From 93a669d2de6a230cd03b3361b29267bd4384db76 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sat, 21 Jul 2018 14:39:07 -0700 Subject: [PATCH] expose recommendd posts link --- 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 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 %>
  • - <% if false && RecommenderService.available_for_user? %> + <% if RecommenderService.available_for_user? %>
  • <%= link_to "Recommended", recommended_posts_path(context: "user") %>
  • <% end %> <% unless CurrentUser.is_anonymous? %>