Skip to content
Snippets Groups Projects
Commit 67934145 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #7146 from zzet/patch-11

Fix mistake in reference_jira_issue method (markdown)
parents c1ff1fde 45f9d15c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -228,7 +228,7 @@ module Gitlab
 
def reference_jira_issue(identifier, project = @project)
url = url_for_issue(identifier)
title = Gitlab.config.issues_tracker[@project.issues_tracker]["title"]
title = Gitlab.config.issues_tracker[project.issues_tracker]["title"]
 
options = html_options.merge(
title: "Issue in #{title}",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment