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:
authorDouwe Maan <douwe@gitlab.com>2015-12-07 19:24:15 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-07 19:24:15 +0300
commit6fb90a2ca37d2735cda3b904139af1d487bcf125 (patch)
treeef7be075eb01df46e1489e9ca27545c57a505576 /app/views/dashboard/milestones
parent5a9a8d03a798c8dfe154e5db4ddf6bcb7a14fa2c (diff)
Include groups in dashboard "New Milestone" select.
Diffstat (limited to 'app/views/dashboard/milestones')
-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 94ff259a338..bec1692a4de 100644
--- a/app/views/dashboard/milestones/index.html.haml
+++ b/app/views/dashboard/milestones/index.html.haml
@@ -3,7 +3,7 @@
.project-issuable-filter
.controls
- = render 'shared/new_project_item_select', path: 'milestones/new', label: "New Milestone"
+ = render 'shared/new_project_item_select', path: 'milestones/new', label: "New Milestone", include_groups: true
= render 'shared/milestones_filter'