Files
zulip/web/templates/unread_banner/mark_as_read_disabled_banner.hbs
Joelute 584b11af2d unread_banner: Apply updated design to message feed banners.
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.
2023-05-15 15:59:12 -07:00

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>