From f1c8de4024ec883bc3ba6fa2e86d8dbde6502be0 Mon Sep 17 00:00:00 2001 From: ludwiczakpawel Date: Wed, 15 Sep 2021 20:54:18 +0200 Subject: [PATCH] Shortcut for "Following tags" (#14708) * following tags shortcut * rails helper --- app/views/tags/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 070c8a08c..63a9c85e2 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -20,8 +20,9 @@ <% end %>
-
+

Top tags

+ <%= link_to "Following tags", dashboard_following_tags_path, class: "crayons-btn crayons-btn--ghost" %>