discourse-subscriptions/assets/javascripts/discourse/templates/admin/plugins-discourse-patrons-subscriptions.hbs
2019-09-23 17:53:05 +10:00

23 lines
407 B
Handlebars

<h3>Subscription Plans</h3>
{{#d-button action="createSubscriptionPlan" class="btn btn-primary btn-payment btn-discourse-patrons"}}
New
{{/d-button}}
<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 |payment|}}
<tr>
</tr>
{{/each}}
</table>