diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 06eca9970..c46ec9cab 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -38,7 +38,13 @@ <% if User.current.allowed_to?(:view_issues, @project) %>
-

<%=l(:label_issue_tracking)%>

+

+ <%=l(:label_issue_tracking)%>  + <%= link_to l(:label_details), + project_issues_report_details_path(@project, :detail => 'tracker'), + :class => 'icon-only icon-zoom-in', + :title => l(:label_details) %> +

<% if @trackers.present? %>