mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
= render partial: 'spree/admin/shared/configuration_menu'
|
|
|
|
- content_for :page_title do
|
|
= t("spree.taxonomies")
|
|
|
|
- content_for :page_actions do
|
|
%li
|
|
= button_link_to t("spree.new_taxonomy"), spree.new_admin_taxonomy_url, icon: 'icon-plus', id: 'admin_new_taxonomy_link'
|
|
|
|
#list-taxonomies
|
|
= render partial: 'list'
|