mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
11 lines
382 B
Plaintext
11 lines
382 B
Plaintext
- content_for :page_title do
|
|
=t('admin.subscriptions.edit')
|
|
|
|
-# - 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 'order_update_issues_dialog'
|
|
= render 'form'
|