diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index 0e35b6f34..2b183c981 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -8,10 +8,6 @@ <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> Back <% end %> - - - <%= render "bubbles/pop_toggle", bubble: @bubble %> - <% end %> @@ -88,6 +84,9 @@ <%= image_tag "thumb-up.svg", aria: { hidden: true }, size: 24 %> Boost this <% end %> + +
+ <%= render "bubbles/pop_toggle", bubble: @bubble %>