mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
16 lines
464 B
Plaintext
16 lines
464 B
Plaintext
= render :partial => 'spree/shared/error_messages', :locals => { :target => @enterprise }
|
|
|
|
- content_for :page_title do
|
|
New Enterprise
|
|
|
|
- content_for :page_actions do
|
|
%li= button_link_to "Back to enterprises list", main_app.admin_enterprises_path, icon: 'icon-arrow-left'
|
|
|
|
|
|
-# Form
|
|
|
|
= form_for [main_app, :admin, @enterprise], html: { "nav-check" => '', "nav-callback" => '' } do |f|
|
|
.row
|
|
.twelve.columns.fullwidth_inputs
|
|
= render 'new_form', f: f
|