diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 82b43bc..33f423c 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -41,6 +41,7 @@ <% if User.current.allowed_to?(:view_issues, @project) %>

<%=l(:label_issue_tracking)%>

+ <% if @trackers.present? %> @@ -69,6 +70,7 @@ <% end %>
+ <% end %>

<%= link_to l(:label_issue_view_all), project_issues_path(@project, :set_filter => 1) %> <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>