Carry over other filters when clicking on tag

This commit is contained in:
Jose Farias
2024-10-16 17:38:14 -06:00
parent fe73cccb6b
commit f7a3e42a67
+1 -1
View File
@@ -24,7 +24,7 @@
<small class="flex align-center gap flex-item-no-shrink">
<% bubble.tags.each do |tag| %>
<%= link_to "##{tag.title}", bucket_bubbles_path(bubble.bucket, tag_ids: tag.id), style: "color: #{bubble.color}" %>
<%= link_to "##{tag.title}", bucket_bubbles_path(bubble.bucket, bubble_filter_params.merge(tag_ids: tag.id)), style: "color: #{bubble.color}" %>
<% end %>
<%= tag.time bubble.created_at, class: "txt-nowrap flex-item-justify-end" do %>