From 6d8c7a4bee3e43cad3fbd1ec05e4e6c7119b62a4 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Tue, 17 Sep 2019 17:02:56 +0100 Subject: [PATCH] Fix minor detail in states and countries views --- app/views/spree/admin/countries/index.html.haml | 8 ++++---- app/views/spree/admin/states/_state_list.html.haml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/spree/admin/countries/index.html.haml b/app/views/spree/admin/countries/index.html.haml index 0eb473667b..285bf9d55f 100644 --- a/app/views/spree/admin/countries/index.html.haml +++ b/app/views/spree/admin/countries/index.html.haml @@ -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") diff --git a/app/views/spree/admin/states/_state_list.html.haml b/app/views/spree/admin/states/_state_list.html.haml index 688a08f114..774c447a94 100644 --- a/app/views/spree/admin/states/_state_list.html.haml +++ b/app/views/spree/admin/states/_state_list.html.haml @@ -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")