members.rhtml 231 Bytes
<%= link_to _('View all'), :profile => profile.identifier, :controller => 'profile', :action => 'members' %>

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