Commit f789f29c authored by Andrew Kumanyaev's avatar Andrew Kumanyaev

Update markdown.rb

Fix mistake by @qqshfox report
parent 1e759816
......@@ -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(
......
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