mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
unread_banner: Update link on unread banners to direct users to setting.
Previously, the link on the unread banners redirected users to the help center, instead we should change it so that it opens the display settings up.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<p id="mark_as_read_turned_off_content">
|
||||
{{#tr}}
|
||||
Messages will not be automatically marked as read. <z-link>Change setting</z-link>
|
||||
{{#*inline "z-link"}}<a href='help/marking-messages-as-read'>{{> @partial-block}}</a>{{/inline}}
|
||||
{{#*inline "z-link"}}<a href='/#settings/display-settings'>{{> @partial-block}}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
</p>
|
||||
<div id="mark_as_read_controls">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<p id="mark_as_read_turned_off_content">
|
||||
{{#tr}}
|
||||
Messages will not be automatically marked as read because this is not a conversation view. <z-link>Change setting</z-link>
|
||||
{{#*inline "z-link"}}<a href='help/marking-messages-as-read'>{{> @partial-block}}</a>{{/inline}}
|
||||
{{#*inline "z-link"}}<a href='/#settings/display-settings'>{{> @partial-block}}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
</p>
|
||||
<div id="mark_as_read_controls">
|
||||
|
||||
Reference in New Issue
Block a user