When you click a tag, include the bucket scope

This commit is contained in:
Jason Zimdars
2025-02-14 11:56:05 -06:00
parent 783af287db
commit 0258f09dd8
+1 -1
View File
@@ -1,5 +1,5 @@
<% bubble.tags.each do |tag| %>
<%= link_to bubbles_path(tag_ids: [ tag.id ]),
<%= link_to bubbles_path(bucket_ids: [ bubble.bucket ], tag_ids: [ tag.id ]),
class: "bubble__tag btn btn--plain fill-transparent min-width", style: "color: #{bubble.color}", data: { turbo_frame: "_top" } do %>
<span class="overflow-ellipsis"><%= tag.hashtag %></span>
<% end %>