mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
= render partial: 'spree/shared/error_messages', locals: { target: @enterprise }
|
|
|
|
- content_for :page_title do
|
|
= t('.editing')
|
|
= @enterprise.name
|
|
|
|
- content_for :page_actions do
|
|
%li= button_link_to t('.back_link'), main_app.admin_enterprises_path, icon: 'icon-arrow-left'
|
|
|
|
= render 'admin/enterprises/form_data'
|
|
|
|
= render 'admin/enterprises/ng_form', action: 'edit'
|