mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
stream settings: Move stream-email-box from regular_subscription_settings.
`stream-email-box` doesn't fit into `regular_subscription_settings` div, therefore moved `stream-email-box` out of it.
This commit is contained in:
parent
441f9f43e7
commit
ce23892aec
@ -64,14 +64,14 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="stream-email-box" {{#unless sub.email_address}}style="display: none;"{{/unless}}>
|
||||
<label class="sub_settings_title">
|
||||
{{t "Email address" }}
|
||||
{{> help_link_widget link="/help/message-a-stream-by-email" }}
|
||||
</label>
|
||||
<div class="stream-email">
|
||||
<span class="email-address">{{sub.email_address}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="stream-email-box" {{#unless sub.email_address}}style="display: none;"{{/unless}}>
|
||||
<label class="sub_settings_title">
|
||||
{{t "Email address" }}
|
||||
{{> help_link_widget link="/help/message-a-stream-by-email" }}
|
||||
</label>
|
||||
<div class="stream-email">
|
||||
<span class="email-address">{{sub.email_address}}</span>
|
||||
</div>
|
||||
</div>
|
||||
{{#with sub}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user