removes follow button on proposal show

This commit is contained in:
decabeza
2017-10-26 17:58:15 +02:00
parent a36d8fece3
commit dea820f3e8

View File

@@ -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 %>
</aside>
</div>
</div>