<%= image_tag "messages-outlined.svg", aria: { hidden: "true" }, size: 24, class: "colorize--black" %>
<%= button_to_copy_to_clipboard(curl_text_line) do %>
<%= image_tag "copy-paste.svg", aria: { hidden: "true" }, size: 20 %>
Copy message command
<% end %>
<% curl_upload_line = %[curl -F "attachment=@/path/to/file" #{room_bot_messages_url(room, bot.bot_key)}] %>
<%= image_tag "attachment.svg", aria: { hidden: "true" }, size: 24, class: "colorize--black" %>
<%= button_to_copy_to_clipboard(curl_upload_line) do %>
<%= image_tag "copy-paste.svg", aria: { hidden: "true" }, size: 20 %>
Copy attachment command
<% end %>