No longer used
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user