view app/views/my/blocks/_colleagues.html.erb @ 1217:875b5b4c574d cannam

Add "People I'm working with" as My Page box -- currently off by default
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 12 Mar 2013 13:01:36 +0000
parents
children 3286032e15cf
line wrap: on
line source

<% colleagues = all_colleagues_of(@user) %>

<% if !colleagues.empty? %>
  <h3><%=l(:label_my_colleagues)%></h3>
  <div class="box">
    <%= render_active_colleagues(colleagues) %>
  </div>
<% end %>