mirror of https://github.com/zulip/zulip.git
10 lines
506 B
HTML
10 lines
506 B
HTML
|
<div id="unmute_muted_topic_notification">
|
||
|
<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="btn border-radius float-right" id="unmute" type="button" name="button">Unmute</button>
|
||
|
<div class="float-clear"></div>
|
||
|
</div>
|
||
|
<p class="n-margin">You have muted the topic <span class="topic"></span> under the <span class="stream"></span> stream.</p>
|
||
|
</div>
|