members.html.erb
349 Bytes
<% anchor = role_key == "profile_admin" ? "admins-tab" : "members-tab" %>
<%= link_to c_('View all'), {:profile => profile.identifier, :controller => 'profile', :action => 'members', :anchor =>anchor }, :class => 'view-all' %>
<% if show_join_leave_button %>
<%= render :partial => 'blocks/profile_info_actions/join_leave_community' %>
<% end %>