mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
7 lines
289 B
Plaintext
7 lines
289 B
Plaintext
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @enterprise } %>
|
|
|
|
<%= form_for [main_app, :admin, @enterprise] do |f| %>
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
<%= render :partial => 'spree/admin/shared/edit_resource_links' %>
|
|
<% end %>
|