mirror of https://github.com/zulip/zulip.git
11 lines
356 B
Handlebars
11 lines
356 B
Handlebars
{{! Contents of the "drafts sidebar" popup }}
|
|
<ul class="nav nav-list">
|
|
<li>
|
|
{{! tabindex="0" Makes anchor tag focusable. Needed for keyboard support. }}
|
|
<a tabindex="0" id="delete_all_drafts_sidebar">
|
|
<i class="fa fa-trash-o" aria-hidden="true"></i>
|
|
{{#tr}}Delete all drafts{{/tr}}
|
|
</a>
|
|
</li>
|
|
</ul>
|