From: Jean-Philippe Lang Date: Sat, 3 Dec 2016 08:27:40 +0000 (+0000) Subject: Add link to issue list on version estimated time. X-Git-Tag: 3.4.0~530 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=adc10e68a915fe1ca601acb9f70ad10285ec36aa;p=redmine.git Add link to issue list on version estimated time. git-svn-id: http://svn.redmine.org/redmine/trunk@16041 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index 638a17af7..82bd572d2 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -17,7 +17,8 @@ - + <% if User.current.allowed_to_view_all_time_entries?(@project) %>
<%= 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]) %>