From dc036704781248f01621f21d61801cf0b30c89a6 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 5 Aug 2015 17:19:31 -0700 Subject: [PATCH] fix typo --- app/views/posts/partials/common/_secondary_links.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb index db59d2e7c..02a5c7c2f 100644 --- a/app/views/posts/partials/common/_secondary_links.html.erb +++ b/app/views/posts/partials/common/_secondary_links.html.erb @@ -4,7 +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 %>
  • +
  • <%= link_to "Searches", searches_explore_posts_path %>
  • <% unless CurrentUser.is_anonymous? %>
  • <%= link_to "Favorites", favorites_path %>
  • <%= link_to "Favorite groups", favorite_groups_path %>