summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-30 16:52:11 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-30 16:52:11 +0000
commitec396fd93ab800e8b962f7b8bc6095f8ab754d93 (patch)
treeff37c9a4a775cca564f8a736d066a137595f1f2c /app/views/projects/boards
parenta6c02ce6b90026b605049784824276bb33f9e776 (diff)
downloadgitlab-ce-ec396fd93ab800e8b962f7b8bc6095f8ab754d93.tar.gz
New navigation breadcrumbs
Diffstat (limited to 'app/views/projects/boards')
-rw-r--r--app/views/projects/boards/_show.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/boards/_show.html.haml b/app/views/projects/boards/_show.html.haml
index 6684ecfce81..3622720a8b7 100644
--- a/app/views/projects/boards/_show.html.haml
+++ b/app/views/projects/boards/_show.html.haml
@@ -2,6 +2,10 @@
- @content_class = "issue-boards-content"
- page_title "Boards"
+- if show_new_nav?
+ - content_for :sub_title_before do
+ %li= link_to "Issues", namespace_project_issues_path(@project.namespace, @project)
+
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'filtered_search'