mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-28 01:53:25 +00:00
Fix minor detail in states and countries views
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
%table#listing_countries.index
|
||||
%colgroup
|
||||
%col{:style => "width: 35%"}/
|
||||
%col{:style => "width: 35%"}/
|
||||
%col{:style => "width: 20%"}/
|
||||
%col{:style => "width: 10%"}/
|
||||
%col{style: "width: 35%"}/
|
||||
%col{style: "width: 35%"}/
|
||||
%col{style: "width: 20%"}/
|
||||
%col{style: "width: 10%"}/
|
||||
%thead
|
||||
%tr
|
||||
%th= t("spree.country_name")
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#new_state
|
||||
%table#listing_states.index
|
||||
%colgroup
|
||||
%col{:style => "width: 70%"}/
|
||||
%col{:style => "width: 15%"}/
|
||||
%col{:style => "width: 15%"}/
|
||||
%col{style: "width: 70%"}/
|
||||
%col{style: "width: 15%"}/
|
||||
%col{style: "width: 15%"}/
|
||||
%thead
|
||||
%tr
|
||||
%th= t("spree.name")
|
||||
|
||||
Reference in New Issue
Block a user