2012-09-18 16:18:25 +02:00
|
|
|
{{! Client-side Mustache template for rendering subscriptions.}}
|
|
|
|
<tr>
|
2012-11-09 22:40:34 +01:00
|
|
|
<td>
|
2012-09-18 16:18:25 +02:00
|
|
|
{{subscription}}
|
|
|
|
</td>
|
2012-11-09 22:40:34 +01:00
|
|
|
<td class="span2">
|
2012-11-16 20:11:08 +01:00
|
|
|
<button class="btn btn-block" type="button" name="subscription"
|
|
|
|
onclick="subs.unsubscribe('{{subscription}}');"
|
|
|
|
value="{{subscription}}">Unsubscribe</button>
|
2012-09-21 20:34:00 +02:00
|
|
|
</td>
|
2012-09-18 16:18:25 +02:00
|
|
|
</tr>
|