mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-22 16:31:12 +00:00
Add link to issue list on version estimated time.
git-svn-id: http://svn.redmine.org/redmine/trunk@16041 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e22159a3cb
commit
adc10e68a9
@ -17,7 +17,8 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th><%= l(:field_estimated_hours) %></th>
|
<th><%= l(:field_estimated_hours) %></th>
|
||||||
<td class="total-hours"><%= html_hours(l_hours(@version.estimated_hours)) %></td>
|
<td class="total-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]) %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<% if User.current.allowed_to_view_all_time_entries?(@project) %>
|
<% if User.current.allowed_to_view_all_time_entries?(@project) %>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user