Clean admin_defaults_streans_list handlebar to use 4 space indents.

This commit is contained in:
adnrs96 2017-02-16 01:29:20 +05:30
parent 99c0b0e79f
commit 00dfe80e4d
1 changed files with 9 additions and 9 deletions

View File

@ -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}}