mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
= render partial: 'spree/admin/shared/configuration_menu'
|
|
|
|
- content_for :page_title do
|
|
= t("spree.editing_country")
|
|
|
|
- content_for :page_actions do
|
|
%li
|
|
= button_link_to t("spree.back_to_countries_list"), spree.admin_countries_path, icon: 'icon-arrow-left'
|
|
|
|
= render partial: 'spree/shared/error_messages', locals: { target: @country }
|
|
|
|
= form_for [:admin, @country] do |f|
|
|
%fieldset.no-border-top
|
|
= render partial: 'form', locals: { f: f }
|
|
.clear
|
|
= render partial: 'spree/admin/shared/edit_resource_links'
|