%= 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 -%>