Mercurial > hg > soundsoftware-site
annotate app/views/projects/_members_box.html.erb @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | bb32da3bea34 |
children |
rev | line source |
---|---|
Chris@14 | 1 <% if @users_by_role.any? %> |
chris@1039 | 2 <div id="memberbox"><div class="box"> |
Chris@909 | 3 <h3><%=l(:label_member_plural)%></h3> |
Chris@909 | 4 <p><% @users_by_role.keys.sort.each do |role| %> |
Chris@1115 | 5 <%=h role %>: <%= @users_by_role[role].sort.collect{|u| link_to_user u}.join(", ").html_safe %><br /> |
Chris@909 | 6 <% end %></p> |
chris@1039 | 7 </div></div> |
Chris@909 | 8 <% end %> |