Commit d10d32a3 authored by Phil Hughes's avatar Phil Hughes

Uses any method instead of nil to check for issues

parent 4ddcac8c
......@@ -7,7 +7,7 @@
= auto_discovery_link_tag(:atom, namespace_project_issues_url(@project.namespace, @project, :atom, private_token: current_user.private_token), title: "#{@project.name} issues")
%div{ class: (container_class) }
- if @project.issues.nil?
- if @project.issues.any?
.top-area
= render 'shared/issuable/nav', type: :issues
.nav-controls
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment