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:
authorchujinjin <10746161@qq.com>2016-06-01 17:11:20 +0300
committerRémy Coutable <remy@rymai.me>2016-06-02 10:46:26 +0300
commitc102b03e768fab984958a6d7e48ffbe4ef946576 (patch)
treeb5347c11e483ea2a422dc0a6b589a50533657908 /app/helpers/button_helper.rb
parent30524901e28176e96e7c0d1a710508367ff99d9f (diff)
Fix wiki project clone address error
Diffstat (limited to 'app/helpers/button_helper.rb')
-rw-r--r--app/helpers/button_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/button_helper.rb b/app/helpers/button_helper.rb
index a9047ede8c5..f742922d926 100644
--- a/app/helpers/button_helper.rb
+++ b/app/helpers/button_helper.rb
@@ -30,7 +30,7 @@ module ButtonHelper
content_tag :a, protocol,
class: klass,
- href: @project.http_url_to_repo,
+ href: project.http_url_to_repo,
data: {
html: true,
placement: 'right',