mirror of https://github.com/zulip/zulip.git
Clean subscription_table_body.handlebars to use 4 space indents.
This commit is contained in:
parent
46ea4ea05f
commit
621e0749dc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue