##// END OF EJS Templates
Add link to issue list on version estimated time....
Jean-Philippe Lang -
r15659:adc10e68a915
parent child
Show More
@@ -17,7 +17,8
17 <table>
17 <table>
18 <tr>
18 <tr>
19 <th><%= l(:field_estimated_hours) %></th>
19 <th><%= l(:field_estimated_hours) %></th>
20 <td class="total-hours"><%= html_hours(l_hours(@version.estimated_hours)) %></td>
20 <td class="total-hours"><%= link_to html_hours(l_hours(@version.estimated_hours)),
21 project_issues_path(@version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => @version.id, :c => [:tracker, :status, :subject, :estimated_hours], :t => [:estimated_hours]) %></td>
21 </tr>
22 </tr>
22 <% if User.current.allowed_to_view_all_time_entries?(@project) %>
23 <% if User.current.allowed_to_view_all_time_entries?(@project) %>
23 <tr>
24 <tr>
General Comments 0
You need to be logged in to leave comments. Login now