hide recommend posts link

This commit is contained in:
r888888888
2018-07-21 14:28:32 -07:00
parent 344c46ed00
commit fd2f6c9742

View File

@@ -3,7 +3,7 @@
<li><%= link_to "Listing", posts_path %></li>
<li id="secondary-links-posts-upload" class="nonessential"><%= link_to "Upload", new_upload_path %></li>
<li id="secondary-links-posts-hot"><%= link_to "Hot", posts_path(:tags => "order:rank", :d => "1") %></li>
<% if RecommenderService.available_for_user? %>
<% if false && RecommenderService.available_for_user? %>
<li><%= link_to "Recommended", recommended_posts_path(context: "user") %></li>
<% end %>
<% unless CurrentUser.is_anonymous? %>