mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 02:56:06 +10:00
Fix wiki project clone address error
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user