Commit 2d9f25f3 authored by sstern's avatar sstern

Add board name to page_title in _show.html.haml

parent 2c50b309
......@@ -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
......
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