Show open and closed issues from "Issues by" version links.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5187 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
affedafa1f
commit
a51ef9490c
|
@ -19,8 +19,8 @@
|
|||
:action => 'index',
|
||||
:project_id => version.project,
|
||||
:set_filter => 1,
|
||||
:fixed_version_id => version,
|
||||
"#{criteria}_id" => count[:group]} %>
|
||||
:status_id => '*',
|
||||
:fixed_version_id => version}.merge("#{criteria}_id".to_sym => count[:group]) %>
|
||||
</td>
|
||||
<td width="240px">
|
||||
<%= progress_bar((count[:closed].to_f / count[:total])*100,
|
||||
|
|
Loading…
Reference in New Issue