When you click a tag, include the bucket scope
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user