mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
We also remove an aria-label on a placeholder that matches the input element's actual label field.
4 lines
198 B
Handlebars
4 lines
198 B
Handlebars
<button class="btn pull-left copy_button_base copy_codeblock tippy-zulip-tooltip" data-tippy-content="{{t 'Copy code' }}" aria-label="{{t 'Copy code' }}">
|
|
{{> copy_to_clipboard_svg }}
|
|
</button>
|