mirror of https://github.com/zulip/zulip.git
inbox: Remove 'default' visibility policy indicator.
We no longer show the 'default' visibility policy in the inbox view. 'Unmute', 'Follow', and "Mute' are still shown. For topics with 'default' visibility policy, it is still possible to change the visibility policy via the three-dot menu. The motivation is not to have the default state so prominently called out.
This commit is contained in:
parent
e46c3bf116
commit
6630981de8
|
@ -57,9 +57,6 @@
|
|||
{{else if (eq visibility_policy all_visibility_policies.MUTED)}}
|
||||
<i class="zulip-icon zulip-icon-mute-new recipient_bar_icon" data-tippy-content="{{t 'You have muted this topic'}}"
|
||||
role="button" aria-haspopup="true" aria-label="{{t 'You have muted this topic' }}"></i>
|
||||
{{else}}
|
||||
<i class="zulip-icon zulip-icon-inherit recipient_bar_icon" data-tippy-content="{{t 'You will get default notifications for this topic'}}"
|
||||
role="button" aria-haspopup="true" aria-label="{{t 'You will get default notifications for this topic' }}"></i>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue