Files
openfoodnetwork/app/views/admin/subscriptions/edit.html.haml
Maikel Linke ba51641271 Symbolise hash keys in HAML files
This was done by the haml-up script.
2024-02-22 15:01:14 +11:00

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'