Commit 7848a88a authored by Mike Greiling's avatar Mike Greiling

Merge branch 'ss/add-board-name-to-page-title' into 'master'

Ss/add board name to page title

See merge request gitlab-org/gitlab-ce!32074
parents 5822c092 740cbc5a
......@@ -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
......
---
title: Added board name to page title in boards view
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment