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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-07-09 17:35:02 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-07-09 19:56:38 +0300
commit2552fc1e24fce268d62b5462d54a66fe6c77dea7 (patch)
treeabd2e91c56ee7f18f6c2ed24776592eb3afa58e6 /app/views
parentdb1b15e4245547a4468ab70d337a73a40d4fc98c (diff)
Fix invalid milestone URL for new milestone dropdown
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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