Skip to content

Commit 218403f

Browse files
committed
Go back to board after clearing filters
1 parent 9f40571 commit 218403f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/filters/settings/_manage.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<% filter = user_filtering.filter %>
22

33
<div class="filters__manage gap-half">
4-
<%= link_to root_path, class: "btn btn--remove txt-x-small", data: { controller: "hotkey tooltip", action: "keydown.esc@document->hotkey#click"} do %>
4+
<%= link_to no_filtering_url, class: "btn btn--remove txt-x-small", data: { controller: "hotkey tooltip", action: "keydown.esc@document->hotkey#click"} do %>
55
<%= icon_tag "close" %>
66
<span class="for-screen-reader">Clear all</span>
77
<% end %>

0 commit comments

Comments
 (0)