c06802856e
But also remove the need for a bucket nesting
12 lines
497 B
Plaintext
12 lines
497 B
Plaintext
<div class="pad-inline flex align-center gap">
|
|
<span class="overflow-ellipsis">
|
|
<strong><%= text_field_tag :boost_count, bubble.boosts_count, min: 1, class: "boost__input input", autocomplete: "off" %></strong>
|
|
<span><%= bubble.boosts_count == 1 ? "boost" : "boosts" %></span>
|
|
</span>
|
|
|
|
<%= button_to bubble_boosts_path(bubble), class: "btn", type: :submit, style: "font-size: 0.5em" do %>
|
|
<%= icon_tag "add" %>
|
|
<span class="for-screen-reader">Boost</span>
|
|
<% end %>
|
|
</div>
|