From 97e6bf1fc5db7ed13645ee39fe08deecf5c694b5 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 19 Sep 2024 17:05:19 -0500 Subject: [PATCH] No longer used --- app/views/bubbles/show.html.erb | 13 ------------- 1 file changed, 13 deletions(-) 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 %>