Fix community access text.

This commit is contained in:
taitus
2017-09-01 13:09:36 +02:00
parent 62003b3000
commit d8e9aad331
4 changed files with 8 additions and 4 deletions

View File

@@ -123,7 +123,7 @@
<%= render 'follows/follow_button', follow: find_or_build_follow(current_user, investment) %>
<% end %>
<%= render 'communities/access_button', community_id: investment.community_id %>
<%= render 'communities/access_button', community: investment.community %>
</aside>
</div>