<%= text_field_tag :boost_count, bubble.boosts_count, min: 1, class: "boost__input input", autocomplete: "off" %>
<%= bubble.boosts_count == 1 ? "boost" : "boosts" %>
<%= button_to bubble_boosts_path(bubble), class: "btn", type: :submit, style: "font-size: 0.5em" do %>
<%= icon_tag "add" %>
Boost
<% end %>