Add participants to community
This commit is contained in:
@@ -20,3 +20,10 @@
|
||||
<%= link_to t("topic.new"), new_community_topic_path(@community.id), class: 'button expanded' %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
Participantes
|
||||
<% User.community_participants(@community).each do |participant| %>
|
||||
<%= link_to participant.name, user_path(participant)%>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,6 @@ Comunidad: <%= @community.proposal.title %>
|
||||
|
||||
<div class="tabs-content" data-tabs-content="proposals-tabs" role="tablist">
|
||||
<%= render "topics/filter_subnav" %>
|
||||
<%#= render "proposals/notifications" %>
|
||||
|
||||
<div class="tabs-panel is-active" id="tab-comments">
|
||||
<%= render "topics/comments" %>
|
||||
|
||||
Reference in New Issue
Block a user