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
diff options
context:
space:
mode:
authorJ.D. Bean <jonathandbean@gmail.com>2018-09-04 19:48:57 +0300
committerRémy Coutable <remy@rymai.me>2018-09-04 19:48:57 +0300
commit4cdaecaea08acf803cfb6a01af7699474682224f (patch)
tree1941e77dff5c46b38bb2c8be3ff699fcefeee264 /app
parentd73541d006ce3d0261cf082dac5ae605dfe7a848 (diff)
fixes breadcrumbs on new issue page. adds link to issues page.
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/issues/new.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/issues/new.html.haml b/app/views/projects/issues/new.html.haml
index 60fe442014f..9a081a42b6f 100644
--- a/app/views/projects/issues/new.html.haml
+++ b/app/views/projects/issues/new.html.haml
@@ -1,4 +1,5 @@
-- breadcrumb_title "Issues"
+- add_to_breadcrumbs "Issues", project_issues_path(@project)
+- breadcrumb_title "New"
- page_title "New Issue"
%h3.page-title