mirror of https://github.com/zulip/zulip.git
10 lines
574 B
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">×</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>
|