Commit 8799567c authored by Lin Jen-Shin's avatar Lin Jen-Shin

I guess it doesn't really matter to port js template to CE

Otherwise can't workaround:

https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/79154994
parent 51f3f6f1
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
-# haml-lint:disable InlineJavaScript -# haml-lint:disable InlineJavaScript
%script#js-board-template{ type: "text/x-template" }= render "shared/boards/components/board" %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-modal-filter{ type: "text/x-template" }= render "shared/issuable/search_bar", type: :boards_modal
= render_if_exists "shared/promotions/promote_issue_board" %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 }" } #board-app.boards-app{ "v-cloak" => true, data: board_data, ":class" => "{ 'is-compact': detailIssueVisible }" }
.d-none.d-sm-none.d-md-block .d-none.d-sm-none.d-md-block
......
%script#js-board-promotion{ type: "text/x-template" } - return unless @project
- return unless @project
.board-promotion-state .board-promotion-state
.svg-container.center .svg-container.center
= custom_icon('icon_issue_board') = custom_icon('icon_issue_board')
%p %p
......
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