Apply distributor th override

This commit is contained in:
Matt-Yorkley
2018-09-11 11:41:25 +01:00
parent 1958ac9932
commit 6389c552ca
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
/ insert_top "[data-hook='admin_orders_index_headers']"
%th
= t(:products_distributor)

View File

@@ -63,6 +63,8 @@
%col{style: "width: 10%"}
%thead
%tr{"data-hook" => "admin_orders_index_headers"}
%th
= t(:products_distributor)
- if @show_only_completed
%th= sort_link @search, :completed_at, t(:completed_at, :scope => 'activerecord.attributes.spree/order')
- else