Skip to content
Snippets Groups Projects
Commit f789f29c authored by Andrew Kumanyaev's avatar Andrew Kumanyaev
Browse files

Update markdown.rb

Fix mistake by @qqshfox report
parent 1e759816
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -231,7 +231,7 @@ module Gitlab
end
 
def reference_external_issue(identifier, issue_tracker, project = @project)
url = url_for_issue(identifier)
url = url_for_issue(identifier, project)
title = issue_tracker['title']
 
options = html_options.merge(
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment