No longer used

This commit is contained in:
Jason Zimdars
2024-09-19 17:05:19 -05:00
parent 5e6095afae
commit 97e6bf1fc5
-13
View File
@@ -6,19 +6,6 @@
<%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %>
<span class="for-screen-reader">All Bubbles</span>
<% end %>
<div class="flex-item-justify-end" data-controller="dialog">
<%= tag.button class: "btn flex-item-justify-end", popovertarget: "bubble-edit-panel" do %>
<%= image_tag "pencil.svg", aria: { hidden: true }, size: 24 %>
<span class="for-screen-reader">Edit <%= @bubble.title %></span>
<% end %>
<dialog class="panel" id="bubble-edit-panel" data-dialog-target="dialog" popover>
<div class="flex pad">
<%= turbo_frame_tag @bubble, :edit, src: edit_project_bubble_path(@bubble.project, @bubble), target: "_top" %>
</div>
</dialog>
</div>
</nav>
<% end %>