From dea820f3e8159431cf9d6dd66e22b8d7b031dd56 Mon Sep 17 00:00:00 2001 From: decabeza Date: Thu, 26 Oct 2017 17:58:15 +0200 Subject: [PATCH] removes follow button on proposal show --- app/views/legislation/proposals/show.html.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/views/legislation/proposals/show.html.erb b/app/views/legislation/proposals/show.html.erb index 48dae91b6..6a7a9286c 100644 --- a/app/views/legislation/proposals/show.html.erb +++ b/app/views/legislation/proposals/show.html.erb @@ -102,12 +102,7 @@ url: proposal_url(@proposal) } %> - <% if current_user %> - <%= render 'follows/follow_button', follow: find_or_build_follow(current_user, @proposal) %> - <% end %> - <%= render 'communities/access_button', community: @proposal.community %> -