zulip/static/templates/copy_message_button.hbs
Sumanth V Rao b0c37713e5 templates: Extract and tweak copy_to_clipboard_svg from both buttons.
Since both the original button svg's have their own individual height
and width, this commit tweaks it to values height=20 and width=16 which
works well for both buttons.
2020-10-08 17:13:50 -07:00

4 lines
257 B
Handlebars

<button class="btn pull-right copy_button_base copy_message" data-toggle="tooltip" title="{{t "Copy and close" }}" aria-label="{{t "Copy and close" }}" data-clipboard-target="#message_edit_content_{{message_id}}">
{{> copy_to_clipboard_svg }}
</button>