diff options
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/show.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 82b43bc24..33f423ca5 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) %> <div class="issues box"> <h3><%=l(:label_issue_tracking)%></h3> + <% if @trackers.present? %> <table class="list issue-report"> <thead> <tr> @@ -69,6 +70,7 @@ <% end %> </tbody> </table> + <% end %> <p> <%= link_to l(:label_issue_view_all), project_issues_path(@project, :set_filter => 1) %> <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> |