This commit is contained in:
r888888888
2013-12-03 16:02:27 -08:00
parent 6a3696f06b
commit c358de020b
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<li><%= link_to "Popular", popular_explore_posts_path %></li>
<li><%= link_to "Hot", posts_path(:tags => "order:rank") %></li>
<% unless CurrentUser.is_anonymous? %>
<li><%= link_to "Favorites", favorites_path %></li>
<li><%= link_to "Favorites", favorites_path(:f => "1") %></li>
<li><%= link_to "Subscriptions", posts_path(:tags => "sub:#{CurrentUser.name}") %></li>
<% end %>
<li class="nonessential"><%= link_to "Changes", post_versions_path %></li>