diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb
index 142304e63..e8fb0cac8 100644
--- a/app/views/posts/partials/common/_secondary_links.html.erb
+++ b/app/views/posts/partials/common/_secondary_links.html.erb
@@ -3,7 +3,7 @@
<%= link_to "Listing", posts_path %>
<%= link_to "Upload", new_upload_path %>
<%= link_to "Hot", posts_path(:tags => "order:rank", :d => "1") %>
- <% if false && RecommenderService.available_for_user? %>
+ <% if RecommenderService.available_for_user? %>
<%= link_to "Recommended", recommended_posts_path(context: "user") %>
<% end %>
<% unless CurrentUser.is_anonymous? %>