Noosfero/noosfero

View on GitHub
plugins/people_block/views/blocks/footers/members.html.erb

Summary

Maintainability
Test Coverage
<% anchor = block.visible_role == "profile_admin" ? "admins-tab" : "members-tab" %>

<%= render partial: 'blocks/footers/view_all', locals: {:owner => block.owner.identifier, :controller => 'profile', :action => 'members', :anchor => anchor, :block_elements => block.profile_list} unless block.profile_count == 0 %>

<% if block.show_join_leave_button %>
  <%= render :partial => 'blocks/profile_info_actions/join_leave_community' %>
<% end %>