summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Stern <sstern@gitlab.com>2019-08-28 02:39:39 +0000
committerMike Greiling <mike@pixelcog.com>2019-08-28 02:39:39 +0000
commit740cbc5acdfbf5a515cff709c425c1dccaa4f8ce (patch)
treeeb8a3819a69d1bdba3cd26491853750d5b11361f
parent5822c09296e2439df3150d2ac7007396f66f3210 (diff)
downloadgitlab-ce-740cbc5acdfbf5a515cff709c425c1dccaa4f8ce.tar.gz
Ss/add board name to page title
-rw-r--r--app/views/shared/boards/_show.html.haml2
-rw-r--r--changelogs/unreleased/ss-add-board-name-to-page-title.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/shared/boards/_show.html.haml b/app/views/shared/boards/_show.html.haml
index 4f0be117035..93fc839a371 100644
--- a/app/views/shared/boards/_show.html.haml
+++ b/app/views/shared/boards/_show.html.haml
@@ -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
diff --git a/changelogs/unreleased/ss-add-board-name-to-page-title.yml b/changelogs/unreleased/ss-add-board-name-to-page-title.yml
new file mode 100644
index 00000000000..8a04972fa32
--- /dev/null
+++ b/changelogs/unreleased/ss-add-board-name-to-page-title.yml
@@ -0,0 +1,5 @@
+---
+title: Added board name to page title in boards view
+merge_request:
+author:
+type: other