From c102b03e768fab984958a6d7e48ffbe4ef946576 Mon Sep 17 00:00:00 2001 From: chujinjin <10746161@qq.com> Date: Wed, 1 Jun 2016 14:11:20 +0000 Subject: [PATCH] Fix wiki project clone address error --- CHANGELOG | 1 + app/helpers/button_helper.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d1cde40c1c7..a0df8396662 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -33,6 +33,7 @@ v 8.8.3 - Fix import URL migration not rescuing with the correct Error - In search results, only show notes on confidential issues that the user has access to - Fix health check access token changing due to old application settings being used + - Fix wiki project clone address error (chujinjin) v 8.8.2 - Added remove due date button. !4209 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',