No longer need the turbo frame designation as this isnt wrapped in a frame

This commit is contained in:
David Heinemeier Hansson
2025-04-06 18:52:34 +02:00
parent c450371ff4
commit 352ba6e05e
+1 -1
View File
@@ -4,7 +4,7 @@
<span># </span>
<% bubble.tags.each_with_index do |tag, index| %>
<%= link_to bubbles_path(bucket_ids: [ bubble.bucket ], tag_ids: [ tag.id ]),
class: "card__tag btn btn--plain min-width txt-uppercase fill-transparent", data: { turbo_frame: "_top" } do %>
class: "card__tag btn btn--plain min-width txt-uppercase fill-transparent" do %>
<span class="overflow-ellipsis"><%= tag.title %></span>
<% end %><%= ", " unless index == bubble.tags.size - 1 %>
<% end %>