diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index b833758a9..74db9c799 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -6,19 +6,6 @@ <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> All Bubbles <% end %> - -
- <%= tag.button class: "btn flex-item-justify-end", popovertarget: "bubble-edit-panel" do %> - <%= image_tag "pencil.svg", aria: { hidden: true }, size: 24 %> - Edit <%= @bubble.title %> - <% end %> - - -
- <%= turbo_frame_tag @bubble, :edit, src: edit_project_bubble_path(@bubble.project, @bubble), target: "_top" %> -
-
-
<% end %>