diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index 638a17a..82bd572 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -17,7 +17,8 @@
<%= l(:field_estimated_hours) %> | -<%= html_hours(l_hours(@version.estimated_hours)) %> | +<%= link_to html_hours(l_hours(@version.estimated_hours)), + project_issues_path(@version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => @version.id, :c => [:tracker, :status, :subject, :estimated_hours], :t => [:estimated_hours]) %> |
---|---|---|