From 146dc116d6c8bcc2f96d1d0bb7203a65021006e3 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 24 Apr 2017 17:14:02 -0500 Subject: [PATCH] /posts: remove tag subscriptions from navbar. --- app/views/posts/partials/common/_secondary_links.html.erb | 1 - 1 file changed, 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 3eff9ecc7..319b24f4f 100644 --- a/app/views/posts/partials/common/_secondary_links.html.erb +++ b/app/views/posts/partials/common/_secondary_links.html.erb @@ -13,7 +13,6 @@ <% if CurrentUser.has_saved_searches? %> <% end %> - <% end %> <% if CurrentUser.can_approve_posts? %>