From b48429bf1a3a0a8f79782bf15bb2e2f8cedfa3f7 2011-08-02 12:41:14 From: Toshi MARUYAMA Date: 2011-08-02 12:41:14 Subject: [PATCH] remove trailing white-spaces from app/views/reports/_simple.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6343 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/reports/_simple.rhtml b/app/views/reports/_simple.rhtml index 8d47bba..46f4a9f 100644 --- a/app/views/reports/_simple.rhtml +++ b/app/views/reports/_simple.rhtml @@ -11,31 +11,31 @@ <% for row in rows %> "> - <%= link_to h(row.name), :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), - :set_filter => 1, + <%= link_to h(row.name), :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), + :set_filter => 1, :subproject_id => '!*', "#{field_name}" => row.id %> <%= aggregate_link data, { field_name => row.id, "closed" => 0 }, - :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), - :set_filter => 1, + :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), + :set_filter => 1, :subproject_id => '!*', "#{field_name}" => row.id, "status_id" => "o" %> <%= aggregate_link data, { field_name => row.id, "closed" => 1 }, - :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), - :set_filter => 1, + :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), + :set_filter => 1, :subproject_id => '!*', "#{field_name}" => row.id, "status_id" => "c" %> <%= aggregate_link data, { field_name => row.id }, - :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), - :set_filter => 1, + :controller => 'issues', :action => 'index', :project_id => ((row.is_a?(Project) ? row : @project)), + :set_filter => 1, :subproject_id => '!*', "#{field_name}" => row.id, - "status_id" => "*" %> + "status_id" => "*" %> <% end %> <% end - reset_cycle %> \ No newline at end of file + reset_cycle %>