help: Link mark as read in conversation banner to help page.

Fixes #29115
This commit is contained in:
Aman Agrawal 2024-03-04 11:53:43 +00:00 committed by Tim Abbott
parent 25cca93bc9
commit ad2e176625
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
<div id="mark_as_read_turned_off_banner" class="main-view-banner home-error-bar info">
<p id="mark_as_read_turned_off_content" class="banner_content">
{{#tr}}
Messages will not be automatically marked as read because this is not a conversation view. <z-link>Change setting</z-link>
Messages will not be automatically marked as read because this is not a
<z-conversation-view>conversation</z-conversation-view> view. <z-link>Change setting</z-link>
{{#*inline "z-conversation-view"}}<a href='/help/reading-conversations'>{{> @partial-block}}</a>{{/inline}}
{{#*inline "z-link"}}<a href='/#settings/preferences'>{{> @partial-block}}</a>{{/inline}}
{{/tr}}
</p>