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:
authorScott Stern <sstern@gitlab.com>2019-08-28 05:39:39 +0300
committerMike Greiling <mike@pixelcog.com>2019-08-28 05:39:39 +0300
commit740cbc5acdfbf5a515cff709c425c1dccaa4f8ce (patch)
treeeb8a3819a69d1bdba3cd26491853750d5b11361f /app
parent5822c09296e2439df3150d2ac7007396f66f3210 (diff)
Ss/add board name to page title
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/boards/_show.html.haml2
1 files changed, 1 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