zulip/zephyr/jstemplates/subscription.html

10 lines
258 B
HTML

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