zulip/templates/zerver/app/topic_is_muted.html

10 lines
574 B
HTML

<div id="unmute_muted_topic_notification" class="new-style">
<div class="float-header">
<h3 class="light no-margin small-line-height float-left">{{ _("Topic muted") }}</h3>
<div class="exit-me float-right">&#215;</div>
<button class="button small rounded float-right" id="unmute" type="button" name="button">{{ _("Unmute") }}</button>
<div class="float-clear"></div>
</div>
<p class="n-margin">{% trans %}You have muted the topic <span class="topic"></span> under the <span class="stream"></span> stream.{% endtrans %}</p>
</div>