zulip/zephyr/jstemplates/subscription.html

10 lines
255 B
HTML

{{! Client-side Mustache template for rendering subscriptions.}}
<tr>
<td>
{{subscription}}
</td>
<td class="span2">
<button class="btn btn-block" type="submit" name="subscription" value="{{subscription}}">Unsubscribe</button>
</td>
</tr>