mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
.content
|
|
.panel
|
|
.row
|
|
.small-12.large-4.columns
|
|
- if current_distributor.groups.length > 0
|
|
%h5
|
|
=current_distributor.name
|
|
= t :shopping_groups_part_of
|
|
%ul.bullet-list
|
|
- for group in current_distributor.groups
|
|
%li
|
|
%a{href: main_app.groups_path + "/#{group.permalink}"}
|
|
= group.name
|