Chris@909: <% if @statuses.empty? or rows.empty? %> Chris@909:
<%=l(:label_no_data)%>
Chris@909: <% else %> Chris@909:Chris@909: | <%=l(:label_open_issues_plural)%> | Chris@909:<%=l(:label_closed_issues_plural)%> | Chris@909:<%=l(:label_total)%> | Chris@909:
---|---|---|---|
<%= link_to h(row.name), :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), Chris@909: :set_filter => 1, Chris@909: :subproject_id => '!*', Chris@909: "#{field_name}" => row.id %> | Chris@909:<%= aggregate_link data, { field_name => row.id, "closed" => 0 }, Chris@909: :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), Chris@909: :set_filter => 1, Chris@909: :subproject_id => '!*', Chris@909: "#{field_name}" => row.id, Chris@909: "status_id" => "o" %> | Chris@909:<%= aggregate_link data, { field_name => row.id, "closed" => 1 }, Chris@909: :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), Chris@909: :set_filter => 1, Chris@909: :subproject_id => '!*', Chris@909: "#{field_name}" => row.id, Chris@909: "status_id" => "c" %> | Chris@909:<%= aggregate_link data, { field_name => row.id }, Chris@909: :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), Chris@909: :set_filter => 1, Chris@909: :subproject_id => '!*', Chris@909: "#{field_name}" => row.id, Chris@909: "status_id" => "*" %> | Chris@909: