Commit 9bfc23c3 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ee

parents 0d02b794 6e2d69c9
v 7.12 (Unreleased)
- Fix error when viewing merge request with a commit that includes "Closes #<issue id>".
v 7.11.2
- Fixed license upload and verification mechanism
......
%div
%h1
GitLab
%span.light Enterprise Edition
Enterprise Edition
%span= Gitlab::VERSION
%small= Gitlab::REVISION
- if current_application_settings.version_check_enabled
......
......@@ -23,7 +23,7 @@ module Gitlab
end
def issues
if project.default_issues_tracker?
if project.nil? || project.default_issues_tracker?
result = pipeline_result(:issue)
elsif project.jira_tracker?
result = pipeline_result(:external_issue)
......
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