mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
= render :partial => 'spree/shared/error_messages', :locals => { :target => @enterprise }
|
|
|
|
- content_for :page_title do
|
|
Editing:
|
|
= @enterprise.name
|
|
|
|
= form_for [main_app, :admin, @enterprise] do |f|
|
|
= render partial: 'ng_form', :locals => { f: f }
|
|
.twelve.columns.alpha
|
|
= render partial: 'spree/admin/shared/edit_resource_links'
|