mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
We also remove an aria-label on a placeholder that matches the input element's actual label field.
6 lines
351 B
Handlebars
6 lines
351 B
Handlebars
{{#if is_editable}}
|
|
<i class="fa fa-pencil edit_content_button" role="button" tabindex="0" aria-label="{{t 'Edit' }} (e)" title="{{t 'Edit' }} (e)"></i>
|
|
{{else}}
|
|
<i class="fa fa-file-code-o edit_content_button" role="button" tabindex="0" aria-label="{{t 'View source' }} (e)" title="{{t 'View source' }} (e)" data-message-id="{{msg_id}}"></i>
|
|
{{/if}}
|