mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
= render partial: 'spree/admin/shared/product_sub_menu'
|
|
|
|
- content_for :page_title do
|
|
= t('.editing_property')
|
|
|
|
- content_for :page_actions do
|
|
%li= button_link_to t('.back_to_properties_list'), admin_properties_url, icon: 'icon-arrow-left'
|
|
|
|
= render partial: 'spree/shared/error_messages', locals: { target: @property }
|
|
|
|
= form_for [:admin, @property] do |f|
|
|
%fieldset.no-border-top
|
|
= render partial: 'form', locals: { f: f }
|
|
= render partial: 'spree/admin/shared/edit_resource_links'
|