From d0ea9ba218a131967c0838e404d78fc07df3abcf Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 5 Aug 2015 13:17:40 -0700 Subject: [PATCH] link to popular searches --- app/views/posts/partials/common/_secondary_links.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb index 4e8b311ea..db59d2e7c 100644 --- a/app/views/posts/partials/common/_secondary_links.html.erb +++ b/app/views/posts/partials/common/_secondary_links.html.erb @@ -4,6 +4,7 @@
  • <%= link_to "Upload", new_upload_path %>
  • <%= link_to "Popular", popular_explore_posts_path %>
  • <%= link_to "Hot", posts_path(:tags => "order:rank") %>
  • +
  • <%= link_to "Searches", popular_explore_searches_path %>
  • <% unless CurrentUser.is_anonymous? %>
  • <%= link_to "Favorites", favorites_path %>
  • <%= link_to "Favorite groups", favorite_groups_path %>