mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
10 lines
258 B
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>
|