From 5865c41738a210cd9f360ed3f5124f8ea3d94c93 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 22 Nov 2024 16:29:05 -0600 Subject: [PATCH] Move pop action --- app/views/bubbles/show.html.erb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 %>