mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
Now we show the number of drafts that are addressed to the current recipient selected in the compose box, if any, in the Drafts button within parentheses (whether it is next to the Send button, or in the Send options popover), and explain that it is the number of drafts for this conversation in the tooltip. Fixes: #28696.
8 lines
193 B
Handlebars
8 lines
193 B
Handlebars
<div>
|
|
<div>{{t "View drafts"}}</div>
|
|
{{#if draft_count_msg}}
|
|
<div class="tooltip-inner-content italic">{{draft_count_msg}}</div>
|
|
{{/if}}
|
|
</div>
|
|
{{tooltip_hotkey_hints "D"}}
|