From a23bbbd61acb19f3707eceeefe909b25f77b20f3 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 13 Nov 2024 17:01:21 -0600 Subject: [PATCH] Stub new boost button, move pop back to navbar for now --- app/assets/images/thumb-up.svg | 1 + app/views/bubbles/show.html.erb | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/thumb-up.svg diff --git a/app/assets/images/thumb-up.svg b/app/assets/images/thumb-up.svg new file mode 100644 index 000000000..c8552acac --- /dev/null +++ b/app/assets/images/thumb-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index 3f186f1b8..151202f30 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -6,6 +6,10 @@ <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> Back <% end %> + + + <%= render "bubbles/pop_toggle", bubble: @bubble %> + <% end %> @@ -26,7 +30,7 @@ <% end %> <%= bubble_action_button('new-tag', 'tag', 'Tag this') %> <%= bubble_action_button('new-attachment', 'picture-add', 'Attach a file') %> - <%= render "bubbles/pop_toggle", bubble: @bubble %> + <%= bubble_action_button('new-boost', 'thumb-up', 'Boost this') %>