mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
notification_settings: Move tooltip from help icon to "Mobile" heading.
This commit is contained in:
@@ -11,10 +11,9 @@
|
||||
<th rowspan="2" width="30%"></th>
|
||||
<th colspan="2" width="28%">{{t "Desktop"}}</th>
|
||||
<th rowspan="2" width="14%" class="{{#if show_push_notifications_tooltip.push_notifications}}control-label-disabled{{/if}}">
|
||||
{{t "Mobile"}}
|
||||
{{#if (not realm_push_notifications_enabled) }}
|
||||
<i class="fa fa-question-circle settings-info-icon tippy-zulip-tooltip" data-tooltip-template-id="mobile-push-notification-tooltip-template"></i>
|
||||
{{/if}}
|
||||
<span {{#if (not realm_push_notifications_enabled) }}class="tippy-zulip-tooltip" data-tooltip-template-id="mobile-push-notification-tooltip-template"{{/if}}>
|
||||
{{t "Mobile"}}
|
||||
</span>
|
||||
</th>
|
||||
<th rowspan="2" width="14%">{{t "Email"}}</th>
|
||||
<th rowspan="2" width="14%">@all
|
||||
|
||||
Reference in New Issue
Block a user