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
53ad42e1d8
commit
95c7140cdf
|
@ -19,8 +19,8 @@
|
||||||
:action => 'index',
|
:action => 'index',
|
||||||
:project_id => version.project,
|
:project_id => version.project,
|
||||||
:set_filter => 1,
|
:set_filter => 1,
|
||||||
:fixed_version_id => version,
|
:status_id => '*',
|
||||||
"#{criteria}_id" => count[:group]} %>
|
:fixed_version_id => version}.merge("#{criteria}_id".to_sym => count[:group]) %>
|
||||||
</td>
|
</td>
|
||||||
<td width="240px">
|
<td width="240px">
|
||||||
<%= progress_bar((count[:closed].to_f / count[:total])*100,
|
<%= progress_bar((count[:closed].to_f / count[:total])*100,
|
||||||
|
|
Loading…
Reference in New Issue