mirror of https://github.com/zulip/zulip.git
templates: Remove unwanted div.
This commit is contained in:
parent
4903870ec3
commit
ab927cbb2a
|
@ -99,7 +99,6 @@
|
|||
<h3 class="stream_setting_subsection_title inline-block">{{t "Personal settings" }}</h3>
|
||||
<div id="stream_change_property_status{{sub.stream_id}}" class="stream_change_property_status alert-notification"></div>
|
||||
</div>
|
||||
<div class="subscription-config">
|
||||
<div class="subsection-parent">
|
||||
{{#each other_settings}}
|
||||
<div class="input-group">
|
||||
|
@ -114,7 +113,6 @@
|
|||
label=label}}
|
||||
</div>
|
||||
{{/each}}
|
||||
|
||||
<div class="input-group">
|
||||
<label for="streamcolor">{{t "Stream color" }}</label>
|
||||
<span class="sub_setting_control">
|
||||
|
@ -142,7 +140,6 @@
|
|||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="stream_section" data-stream-section="subscribers">
|
||||
{{#with sub}}
|
||||
|
|
Loading…
Reference in New Issue