From f7a3e42a6705dd99deb79a9a1d1bcb190bdee86c Mon Sep 17 00:00:00 2001 From: Jose Farias Date: Wed, 16 Oct 2024 17:38:14 -0600 Subject: [PATCH] Carry over other filters when clicking on tag --- app/views/bubbles/list/_bubble.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bubbles/list/_bubble.html.erb b/app/views/bubbles/list/_bubble.html.erb index 27d3c99e7..7fcca58f5 100644 --- a/app/views/bubbles/list/_bubble.html.erb +++ b/app/views/bubbles/list/_bubble.html.erb @@ -24,7 +24,7 @@ <% 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 %>