mirror of https://github.com/zulip/zulip.git
Clean muted_topic_ui_row.handlebars to use 4 space indents.
This commit is contained in:
parent
25c656a6cc
commit
8b164b57ad
|
@ -1,5 +1,5 @@
|
|||
<tr data-stream="{{stream}}" data-topic="{{topic}}">
|
||||
<td>{{stream}}</td>
|
||||
<td>{{topic}}</td>
|
||||
<td><a class="settings-unmute-topic">Unmute</a></td>
|
||||
<td>{{stream}}</td>
|
||||
<td>{{topic}}</td>
|
||||
<td><a class="settings-unmute-topic">Unmute</a></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue