Removed extra pipe characters.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-10-19 21:46:14 +03:00
parent cd3576b995
commit caa6e615ff
2 changed files with 4 additions and 4 deletions

View file

@ -65,14 +65,14 @@ template(name="listHeader")
//if isBoardAdmin
// a.fa.js-list-star.list-header-plus-top(class="fa-star{{#unless starred}}-o{{/unless}}")
if canSeeAddCard
a.js-add-card.list-header-plus-top(title="{{_ 'add-card-to-top-of-list'}}") |
a.js-add-card.list-header-plus-top(title="{{_ 'add-card-to-top-of-list'}}")
a.js-collapse(title="{{_ 'collapse'}}")
| ⬅️
| ➡️
a.js-open-list-menu(title="{{_ 'listActionPopup-title'}}") |
a.js-open-list-menu(title="{{_ 'listActionPopup-title'}}") ☰
if currentUser.isBoardMember
unless currentUser.isCommentOnly
a.list-header-handle.handle.js-list-handle | ↕️
a.list-header-handle.handle.js-list-handle ↕️
template(name="editListTitleForm")
.list-composer