mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
These changes adds a new scheduled message indicator in conversation views which informs the user of the number of messages that are scheduled to be sent to the current view. Fixes: #25584.
8 lines
299 B
Handlebars
8 lines
299 B
Handlebars
|
|
<div class="scheduled_message_indicator">
|
|
{{#tr}}
|
|
You have <z-link>{scheduled_message_count, plural, =1 {1 scheduled message} other {# scheduled messages}}</z-link> for this conversation.
|
|
{{#*inline "z-link"}}<a href='/#scheduled'>{{> @partial-block}}</a>{{/inline}}
|
|
{{/tr}}
|
|
</div>
|