diff --git a/app/views/bubbles/_filters.html.erb b/app/views/bubbles/_filters.html.erb
index 66004f28e..006da4acb 100644
--- a/app/views/bubbles/_filters.html.erb
+++ b/app/views/bubbles/_filters.html.erb
@@ -44,13 +44,13 @@
<% if tag %>
- <%= link_to params.permit(:filter, :assignee_id), class: "btn", style: "font-size: 0.4em;" do %>
+ <%= link_to bucket_bubbles_path(bucket, params.permit(:filter, :assignee_id)), class: "btn", style: "font-size: 0.4em;" do %>
<%= image_tag "remove.svg", aria: { hidden: true }, size: 24 %>
Clear
<% end %>
@@ -67,13 +67,13 @@
<% if assignee %>
- <%= link_to params.permit(:filter, :tag_id), class: "btn", style: "font-size: 0.4em;" do %>
+ <%= link_to bucket_bubbles_path(bucket, params.permit(:filter, :tag_id)), class: "btn", style: "font-size: 0.4em;" do %>
<%= image_tag "remove.svg", aria: { hidden: true }, size: 24 %>
Clear
<% end %>