????
Current Path : C:/inetpub/vhost/redmine/app/views/projects/ |
Current File : C:/inetpub/vhost/redmine/app/views/projects/_members_box.html.erb |
<% if @principals_by_role.any? %> <div class="members box"> <h3 class="icon icon-group"><%=l(:label_member_plural)%></h3> <% @principals_by_role.keys.sort.each do |role| %> <p><span class="label"><%= role %>:</span> <%= @principals_by_role[role].sort.collect{|p| link_to_principal(p, :class => p.is_a?(Group) ? 'icon icon-group' : nil)}.join(", ").html_safe %></p> <% end %> </div> <% end %>