hide recommend posts link
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<li><%= link_to "Listing", posts_path %></li>
|
<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-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>
|
<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>
|
<li><%= link_to "Recommended", recommended_posts_path(context: "user") %></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% unless CurrentUser.is_anonymous? %>
|
<% unless CurrentUser.is_anonymous? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user