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
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2019-07-10 16:18:18 +0300
committerClement Ho <clemmakesapps@gmail.com>2019-07-10 16:18:18 +0300
commit863930cdfcca9051f0a5902ce3fa0594f3aeac52 (patch)
treed7ada1e6bf75bc7f3a17953dadeb3563ffcade0b /app/views
parent5b669c191d766ab980d647107d7c183be5f8f99e (diff)
parent2552fc1e24fce268d62b5462d54a66fe6c77dea7 (diff)
Merge branch '64321-wrong-url-when-creating-milestones-from-instance-milestones-dashboard' into 'master'
Fix wrong URL when creating milestones from instance milestones dashboard Closes #64321 See merge request gitlab-org/gitlab-ce!30512
Diffstat (limited to 'app/views')
-rw-r--r--app/views/dashboard/milestones/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/milestones/index.html.haml b/app/views/dashboard/milestones/index.html.haml
index 37ba2143eba..b9be6028b72 100644
--- a/app/views/dashboard/milestones/index.html.haml
+++ b/app/views/dashboard/milestones/index.html.haml
@@ -8,7 +8,7 @@
- if current_user
.page-title-controls
= render 'shared/new_project_item_select',
- path: 'milestones/new', label: 'New milestone',
+ path: '-/milestones/new', label: 'New milestone',
include_groups: true, type: :milestones
.top-area