removes follow button on proposal show
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user