%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <%= render :partial => 'action_menu' %>
<%= l(:label_no_data) %>
<% else %><% @workflow_counts.first.last.each do |role, count| %> | <%= content_tag(role.builtin? ? 'em' : 'span', h(role.name)) %> | <% end %>
---|---|
<%= h tracker %> | <% roles.each do |role, count| -%><%= link_to((count > 0 ? count : image_tag('red_x.png')), {:action => 'edit', :role_id => role, :tracker_id => tracker}, :title => l(:button_edit)) %> | <% end -%>