Ss/add board name to page title

This commit is contained in:
Scott Stern 2019-08-28 02:39:39 +00:00 committed by Mike Greiling
parent 5822c09296
commit 740cbc5acd
2 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@
- @no_container = true
- @content_class = "issue-boards-content js-focus-mode-board"
- breadcrumb_title _("Issue Boards")
- page_title _("Boards")
- page_title("#{board.name}", _("Boards"))
- content_for :page_specific_javascripts do

View File

@ -0,0 +1,5 @@
---
title: Added board name to page title in boards view
merge_request:
author:
type: other