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') %>