summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-11-21 10:56:56 +0000
committerPhil Hughes <me@iamphill.com>2017-11-22 13:40:06 +0000
commit1f15e8cf48a6fba4fd6306bbcd8377ab062b2ece (patch)
tree60470a72b52acbab8bcfee95ae3863633772d5d2
parent15cb13ee87939a339631c217fcf42223af51b31e (diff)
downloadgitlab-ce-1f15e8cf48a6fba4fd6306bbcd8377ab062b2ece.tar.gz
Fixed new group milestone breadcrumb
Closes #40338
-rw-r--r--app/views/groups/milestones/new.html.haml1
-rw-r--r--changelogs/unreleased/group-new-miletone-breadcrumb.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/app/views/groups/milestones/new.html.haml b/app/views/groups/milestones/new.html.haml
index eca7fb9ddb1..d758e314d41 100644
--- a/app/views/groups/milestones/new.html.haml
+++ b/app/views/groups/milestones/new.html.haml
@@ -1,6 +1,5 @@
- breadcrumb_title "Milestones"
- page_title "Milestones"
-- header_title group_title(@group, "Milestones", group_milestones_path(@group))
%h3.page-title
New Milestone
diff --git a/changelogs/unreleased/group-new-miletone-breadcrumb.yml b/changelogs/unreleased/group-new-miletone-breadcrumb.yml
new file mode 100644
index 00000000000..b82c5b604e8
--- /dev/null
+++ b/changelogs/unreleased/group-new-miletone-breadcrumb.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed new group milestone breadcrumbs
+merge_request:
+author:
+type: fixed