Put distributors column second, no need to explicitly set column widths, so remove this

This commit is contained in:
Rohan Mitchell
2013-11-07 16:25:34 +11:00
parent 48f18a93de
commit 71d6e51078
3 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
/ insert_top "[data-hook='admin_shipping_methods_index_rows']"
/ insert_after "[data-hook='admin_shipping_methods_index_rows'] td:first-child"
%td.align-center
= enterprises_to_names shipping_method.distributors
- shipping_method.distributors.each do |distributor|
= distributor.name
%br/

View File

@@ -1,4 +1,4 @@
/ insert_top "[data-hook='admin_shipping_methods_index_headers']"
/ insert_after "[data-hook='admin_shipping_methods_index_headers'] th:first-child"
%th
Distributors

View File

@@ -1,4 +1 @@
/ replace_contents "table#listing_shipping_methods colgroup"
%col{style: "width: 12%"}
-# There are other columns, but they seem to sort themselves out :)