diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-28 19:15:37 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-11-28 19:15:37 +0000 |
commit | 0e75378b03fc9df3a88965b4475ab420e98129b8 (patch) | |
tree | db0c80df58316260bd1dd57a97ac92297c2eaa08 /app/views/projects/milestones/new.html.haml | |
parent | 88254cd360f61103a62937df06fc40d0011222e2 (diff) | |
download | gitlab-ce-0e75378b03fc9df3a88965b4475ab420e98129b8.tar.gz |
Include new and edit links in breadcrumb for project milestones, group milestones, and labels
Diffstat (limited to 'app/views/projects/milestones/new.html.haml')
-rw-r--r-- | app/views/projects/milestones/new.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/milestones/new.html.haml b/app/views/projects/milestones/new.html.haml index c301f517013..01cc951e8c2 100644 --- a/app/views/projects/milestones/new.html.haml +++ b/app/views/projects/milestones/new.html.haml @@ -1,5 +1,6 @@ - @no_container = true -- breadcrumb_title "Milestones" +- add_to_breadcrumbs "Milestones", project_milestones_path(@project) +- breadcrumb_title "New" - page_title "New Milestone" %div{ class: container_class } |