]> source.dussan.org Git - redmine.git/commitdiff
Add link to issue list on version estimated time.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 08:27:40 +0000 (08:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 3 Dec 2016 08:27:40 +0000 (08:27 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16041 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/versions/show.html.erb

index 638a17af7ba418cab9ad1217df36512c3c914588..82bd572d2bafcf04924cfa61f98d266d4f6209ab 100644 (file)
@@ -17,7 +17,8 @@
 <table>
 <tr>
     <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>
 <% if User.current.allowed_to_view_all_time_entries?(@project) %>
 <tr>