discourse-subscriptions/assets/javascripts/discourse/templates/admin/plugins-discourse-patrons-subscriptions.hbs
Rimian Perkins 0d82bcf37e Plans, subscriptions
* Plans controller
* Subscription controller
* Clean admin controller
* Ember Plans route
* Index page
* New Plans
* Translations
2019-09-24 16:04:42 +10:00

19 lines
279 B
Handlebars

<h3>Subscription Plans</h3>
<table class="table discourse-patrons-admin">
<thead>
<tr>
<th>Plan Name</th>
<th>Interval</th>
<th>Product</th>
<th>Amount</th>
</tr>
</thead>
{{#each model as |plan|}}
<tr>
</tr>
{{/each}}
</table>