Clean subscription_table_body.handlebars to use 4 space indents.

This commit is contained in:
adnrs96 2017-03-06 22:47:11 +05:30 committed by Tim Abbott
parent 46ea4ea05f
commit 621e0749dc
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
<input type="text" name="stream_name" id="search_stream_name"
placeholder="{{t 'Filter streams' }}" value="" autocomplete="off" />
{{#if can_create_streams}}
<input type="submit" class=""
id="create_stream_button" value="+" />
<input type="submit" class=""
id="create_stream_button" value="+" />
{{/if}}
<div class="float-clear"></div>
</form>