mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
11 lines
371 B
Plaintext
11 lines
371 B
Plaintext
- 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', "ng-controller": 'SubscriptionController', "ng-cloak": true }
|
|
= render 'data'
|
|
= render 'order_update_issues_dialog'
|
|
= render 'form'
|