diff --git a/app/views/bubbles/_tags.html.erb b/app/views/bubbles/_tags.html.erb index fc434dbb8..65027e543 100644 --- a/app/views/bubbles/_tags.html.erb +++ b/app/views/bubbles/_tags.html.erb @@ -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 %> <%= tag.hashtag %> <% end %>