mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
14 lines
487 B
Plaintext
14 lines
487 B
Plaintext
-# = render :partial => 'spree/shared/error_messages', :locals => { :target => @enterprise }
|
|
|
|
- content_for :page_title do
|
|
=t('.title')
|
|
|
|
-# - content_for :page_actions do
|
|
-# %li= button_link_to "Back to subscriptions list", main_app.admin_subscriptions_path, icon: 'icon-arrow-left'
|
|
|
|
%div{ ng: { app: 'admin.subscriptions', controller: 'SubscriptionController', cloak: true } }
|
|
= render 'data'
|
|
= render 'wizard_progress'
|
|
= render 'order_update_issues_dialog'
|
|
= render 'form'
|