Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskv <skv-headless@yandex.ru>2014-05-26 16:40:10 +0400
committerGitLab <gitlab@localhost>2014-05-26 17:24:21 +0400
commit9c046fea676b65c4883707fad22ceb8dd0e7525e (patch)
tree4e08ecb621dc3e9a551ef07ad6208b2f4c49e8da /lib/gitlab/reference_extractor.rb
parentef933ae69bb48fd186c650927bff7d52a3956174 (diff)
links to issues on main dashboard
Diffstat (limited to 'lib/gitlab/reference_extractor.rb')
-rw-r--r--lib/gitlab/reference_extractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/reference_extractor.rb b/lib/gitlab/reference_extractor.rb
index 94b01e808d9..1eda614807f 100644
--- a/lib/gitlab/reference_extractor.rb
+++ b/lib/gitlab/reference_extractor.rb
@@ -51,7 +51,7 @@ module Gitlab
private
- def reference_link type, identifier
+ def reference_link(type, identifier, project)
# Append identifier to the appropriate collection.
send("#{type}s") << identifier
end