<%= render partial: "messages/boosts/boost", collection: message.boosts.ordered, cached: true %>
<%= turbo_frame_tag message, :new_boost do %>
<%= link_to new_message_boost_path(message), class: "boost__action txt-small btn", action: "soft-keyboard#open" do %>
<%= image_tag "boost.svg", size: 20, aria: { hidden: "true" } %>
Add a boost
<% end %>
<% end %>
<% end %>