diff --git a/app/views/producers/_skinny.html.haml b/app/views/producers/_skinny.html.haml index 28fbd5439f..8c0a71e7e3 100644 --- a/app/views/producers/_skinny.html.haml +++ b/app/views/producers/_skinny.html.haml @@ -18,7 +18,7 @@ .columns.small-6.medium-2.large-2 %span.margin-top{"ng-bind" => "::producer.address.city"} .columns.small-4.medium-1.large-1 - %span.margin-top{"ng-bind" => "::producer.address.state_name | uppercase"} + %span.margin-top{"ng-bind" => "::producer.address.state_name"} .columns.small-2.medium-1.large-1.text-right %span.margin-top %i{"ng-class" => "{'ofn-i_005-caret-down' : !open(), 'ofn-i_006-caret-up' : open()}"} diff --git a/app/views/shops/_skinny.html.haml b/app/views/shops/_skinny.html.haml index a6603236e1..1a5627bd26 100644 --- a/app/views/shops/_skinny.html.haml +++ b/app/views/shops/_skinny.html.haml @@ -7,7 +7,7 @@ .columns.small-4.medium-2.large-2 %span.margin-top{"ng-bind" => "::hub.address.city"} .columns.small-2.medium-1.large-1 - %span.margin-top{"ng-bind" => "::hub.address.state_name | uppercase"} + %span.margin-top{"ng-bind" => "::hub.address.state_name"} %span.margin-top{"ng-if" => "hub.distance != null && hub.distance > 0"} ({{ hub.distance / 1000 | number:0 }} km) .columns.small-4.medium-3.large-3.text-right{"ng-if" => "::hub.active"} @@ -39,7 +39,7 @@ .columns.small-4.medium-2.large-2 %span.margin-top{"ng-bind" => "::hub.address.city"} .columns.small-2.medium-1.large-1 - %span.margin-top{"ng-bind" => "::hub.address.state_name | uppercase"} + %span.margin-top{"ng-bind" => "::hub.address.state_name"} .columns.small-6.medium-3.large-4.text-right %span.margin-top{ ng: { if: "::!current()" } }