We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f40571 commit 218403fCopy full SHA for 218403f
app/views/filters/settings/_manage.html.erb
@@ -1,7 +1,7 @@
1
<% filter = user_filtering.filter %>
2
3
<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 %>
+ <%= link_to no_filtering_url, class: "btn btn--remove txt-x-small", data: { controller: "hotkey tooltip", action: "keydown.esc@document->hotkey#click"} do %>
5
<%= icon_tag "close" %>
6
<span class="for-screen-reader">Clear all</span>
7
<% end %>
0 commit comments