diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-07-04 00:54:00 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-07-05 17:27:30 +0800 |
commit | 471c2ee9bcc095cff21ff15c3cffa8eae5548522 (patch) | |
tree | afeca9dda1c6f3948822050b5e9e75239c871d7b | |
parent | 6f1f1fb9cf7a5814a2fa0c8c7754646022add690 (diff) | |
download | gitlab-ce-471c2ee9bcc095cff21ff15c3cffa8eae5548522.tar.gz |
Bring changes from EE
-rw-r--r-- | app/views/shared/boards/_show.html.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/shared/boards/_show.html.haml b/app/views/shared/boards/_show.html.haml index 50bd0b3b2e4..28e6fe1b16d 100644 --- a/app/views/shared/boards/_show.html.haml +++ b/app/views/shared/boards/_show.html.haml @@ -2,8 +2,8 @@ - group = local_assigns.fetch(:group, false) - @no_breadcrumb_container = true - @no_container = true -- @content_class = "issue-boards-content" -- breadcrumb_title _("Issue Board") +- @content_class = "issue-boards-content js-focus-mode-board" +- breadcrumb_title _("Issue Boards") - page_title _("Boards") - content_for :page_specific_javascripts do @@ -11,6 +11,7 @@ -# haml-lint:disable InlineJavaScript %script#js-board-template{ type: "text/x-template" }= render "shared/boards/components/board" %script#js-board-modal-filter{ type: "text/x-template" }= render "shared/issuable/search_bar", type: :boards_modal + %script#js-board-promotion{ type: "text/x-template" }= render_if_exists "shared/promotions/promote_issue_board" #board-app.boards-app{ "v-cloak" => true, data: board_data, ":class" => "{ 'is-compact': detailIssueVisible }" } .d-none.d-sm-none.d-md-block |