From fd2f6c974293190cb56f45393462f7795fb3b87f Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sat, 21 Jul 2018 14:28:32 -0700 Subject: [PATCH] hide recommend 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 e8fb0cac8..142304e63 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 RecommenderService.available_for_user? %> + <% if false && RecommenderService.available_for_user? %>
  • <%= link_to "Recommended", recommended_posts_path(context: "user") %>
  • <% end %> <% unless CurrentUser.is_anonymous? %>