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