mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
Fix user autocomplete uri
This commit is contained in:
@@ -117,5 +117,5 @@ class @UsersSelect
|
||||
callback(users)
|
||||
|
||||
buildUrl: (url) ->
|
||||
url = gon.relative_url_root + url if gon.relative_url_root?
|
||||
url = gon.relative_url_root.replace(/\/$/, '') + url if gon.relative_url_root?
|
||||
return url
|
||||
|
||||
Reference in New Issue
Block a user