mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
= render :partial => 'spree/shared/error_messages', :locals => { :target => @enterprise }
|
|
|
|
- content_for :page_title do
|
|
Editing:
|
|
= @enterprise.name
|
|
|
|
- content_for :page_actions do
|
|
%li= button_link_to "Back to enterprises list", main_app.admin_enterprises_path, icon: 'icon-arrow-left'
|
|
|
|
|
|
= render 'admin/enterprises/form_data'
|
|
|
|
= render 'admin/enterprises/ng_form', action: 'edit'
|