Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/reactions/_reactions.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= turbo_frame_tag reactable, :new_reaction do %>
<%= link_to new_polymorphic_path([ *reaction_path_prefix_for(reactable), :reaction ]), role: "button",
class: "reactions__trigger btn btn--circle", action: "soft-keyboard#open",
data: { turbo_frame: dom_id(reactable, :new_reaction), action: "dialog#close" } do %>
data: { controller: "tooltip", turbo_frame: dom_id(reactable, :new_reaction), action: "dialog#close" } do %>
Comment thread
landsman marked this conversation as resolved.
Outdated
<%= image_tag "boost-color.svg", aria: { hidden: true } %>
<span class="for-screen-reader">Add your own reaction</span>
<% end %>
Expand Down
Loading