mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
In #22524, we have updated the compose banner to the new, updated design while the unread banners have remained the same. When comparing them side by side, they look rather old and outdated. We should apply the updated design to the unread banners as well. Fixes: #25551.
16 lines
618 B
Handlebars
16 lines
618 B
Handlebars
<div id="mark_as_read_turned_off_banner" class="home-error-bar info">
|
|
<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='/#settings/display-settings'>{{> @partial-block}}</a>{{/inline}}
|
|
{{/tr}}
|
|
</p>
|
|
<div id="mark_as_read_controls">
|
|
<button id="mark_view_read" class="banner-action-button">
|
|
{{t 'Mark as read' }}
|
|
</button>
|
|
</div>
|
|
<a role="button" id="mark_as_read_close" class="zulip-icon zulip-icon-close"></a>
|
|
</div>
|
|
|