mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
12 lines
461 B
Plaintext
12 lines
461 B
Plaintext
.row.active_table_row{"ng-click" => "toggle()", "ng-class" => "{'closed' : !open()}"}
|
|
.columns.small-4
|
|
%i.ofn-i_036-producers
|
|
%strong {{ producer.name }}
|
|
.columns.small-3
|
|
{{ producer.address.city }}
|
|
.columns.small-4
|
|
{{ producer.address.state | uppercase }}
|
|
.columns.small-1.text-right
|
|
/ This forces line-height to be triggered
|
|
%span
|
|
%i{"ng-class" => "{'ofn-i_005-caret-down' : !open(), 'ofn-i_006-caret-up' : open()}"} |