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