diff options
| author | Andrew Kumanyaev <me@zzet.org> | 2014-08-18 11:22:11 +0400 |
|---|---|---|
| committer | Andrew Kumanyaev <me@zzet.org> | 2014-08-18 11:22:11 +0400 |
| commit | f789f29ca63df2050c7c4975957832b0a7cdab7d (patch) | |
| tree | 07a205e6edd1126f3206e22a560c62073d4dad40 /lib | |
| parent | 1e7598164beb6de7035101b984d4caa8073fdc78 (diff) | |
| download | gitlab-ce-f789f29ca63df2050c7c4975957832b0a7cdab7d.tar.gz | |
Update markdown.rb
Fix mistake by @qqshfox report
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab/markdown.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/markdown.rb b/lib/gitlab/markdown.rb index e90de83a9b2..bc718415f60 100644 --- a/lib/gitlab/markdown.rb +++ b/lib/gitlab/markdown.rb @@ -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( |
