mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
12 lines
522 B
Plaintext
12 lines
522 B
Plaintext
= render :partial => 'spree/shared/error_messages', :locals => { :target => @enterprise }
|
|
|
|
= form_for [main_app, :admin, @enterprise_group] do |f|
|
|
.row{ ng: {app: 'admin.enterprise_groups', controller: 'enterpriseGroupCtrl'} }
|
|
.sixteen.columns.alpha
|
|
.four.columns.alpha
|
|
= render 'admin/shared/side_menu'
|
|
.one.column
|
|
.eleven.columns.omega.fullwidth_inputs
|
|
= render :partial => 'inputs', :locals => { :f => f }
|
|
= render partial: "spree/admin/shared/#{action}_resource_links"
|