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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-25 00:08:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-25 00:08:50 +0300
commit09b154dce0ccb441241f7923f4f30330e1611517 (patch)
treee6014c2f94f63db266d11282c64428e39695d893 /app/assets/javascripts/pages
parent80c12cd5b2d42f4be0b1a9b550f0441157de7144 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/pages')
-rw-r--r--app/assets/javascripts/pages/import/bulk_imports/history/components/bulk_imports_history_app.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pages/import/bulk_imports/history/components/bulk_imports_history_app.vue b/app/assets/javascripts/pages/import/bulk_imports/history/components/bulk_imports_history_app.vue
index 70fad2a62fc..9a4054eb110 100644
--- a/app/assets/javascripts/pages/import/bulk_imports/history/components/bulk_imports_history_app.vue
+++ b/app/assets/javascripts/pages/import/bulk_imports/history/components/bulk_imports_history_app.vue
@@ -111,7 +111,7 @@ export default {
},
getFullDestinationUrl(params) {
- return joinPaths(gon.relative_url_root || '', this.getDestinationUrl(params));
+ return joinPaths(gon.relative_url_root || '', '/', this.getDestinationUrl(params));
},
},