diff options
Diffstat (limited to 'app/views/reports/issue_report.rhtml')
-rw-r--r-- | app/views/reports/issue_report.rhtml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/reports/issue_report.rhtml b/app/views/reports/issue_report.rhtml index 8ad45afcf..8f832f87e 100644 --- a/app/views/reports/issue_report.rhtml +++ b/app/views/reports/issue_report.rhtml @@ -1,5 +1,6 @@ <h2><%=l(:label_report_plural)%></h2> +<div class="splitcontentleft"> <div class="contextual"> <%= link_to_if_authorized l(:label_query_new), {:controller => 'projects', :action => 'add_query', :id => @project}, :class => 'icon icon-add' %> </div> @@ -11,6 +12,16 @@ <li><%= link_to query.name, :controller => 'projects', :action => 'list_issues', :id => @project, :query_id => query %></li> <% end %> </ul> +</div> +<div class="splitcontentright"> +<% if @total_hours %> +<h3 class="textright"><%= l(:label_spent_time) %>: +<%= link_to(lwr(:label_f_hour, @total_hours), {:controller => 'timelog', :action => 'details', :project_id => @project}, :class => 'icon icon-time') %> +</h3> +<% end %> +</div> + +<div class="clear"></div> <div class="splitcontentleft"> <h3><%=l(:field_tracker)%> <%= link_to image_tag('zoom_in.png'), :detail => 'tracker' %></h3> |