zulip/static/templates/muted_topic_ui_row.hbs

11 lines
348 B
Handlebars

{{#with muted_topics}}
<tr data-stream-id="{{stream_id}}" data-stream="{{stream}}" data-topic="{{topic}}" data-date-muted="{{date_muted_str}}">
<td>{{stream}}</td>
<td>{{topic}}</td>
<td>{{date_muted_str}}</td>
<td class="actions">
<span><a class="settings-unmute-topic">{{t "Unmute" }}</a></span>
</td>
</tr>
{{/with}}