mirror of https://github.com/zulip/zulip.git
11 lines
372 B
Handlebars
11 lines
372 B
Handlebars
{{#with muted_topic}}
|
|
<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 class="topic_date_muted">{{date_muted_str}}</td>
|
|
<td class="actions">
|
|
<span><a class="settings-unmute-topic">{{t "Unmute" }}</a></span>
|
|
</td>
|
|
</tr>
|
|
{{/with}}
|