mirror of https://github.com/zulip/zulip.git
Clean admin_defaults_streans_list handlebar to use 4 space indents.
This commit is contained in:
parent
99c0b0e79f
commit
00dfe80e4d
|
@ -1,13 +1,13 @@
|
|||
{{#with stream}}
|
||||
<tr class="default_stream_row" id="{{name}}">
|
||||
<td>
|
||||
{{#if invite_only}}<i class="icon-vector-lock "></i>{{/if}}
|
||||
<span class="default_stream_name">{{name}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<button class="button remove-default-stream btn-danger">
|
||||
{{t "Remove from default" }}
|
||||
</button>
|
||||
</td>
|
||||
<td>
|
||||
{{#if invite_only}}<i class="icon-vector-lock "></i>{{/if}}
|
||||
<span class="default_stream_name">{{name}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<button class="button remove-default-stream btn-danger">
|
||||
{{t "Remove from default" }}
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
{{/with}}
|
||||
|
|
Loading…
Reference in New Issue