mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
UI: Fix small bug with the multi-selection button (#591)
This bug was introduced in 081b09207f
.
This commit is contained in:
parent
c7e457e63f
commit
3f12e3e96f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ template(name="boardHeaderBar")
|
|||
span {{#if MultiSelection.isActive}}{{_ 'multi-selection-on'}}{{else}}{{_ 'multi-selection'}}{{/if}}
|
||||
if MultiSelection.isActive
|
||||
a.board-header-btn-close.js-multiselection-reset(title="{{_ 'filter-clear'}}")
|
||||
i.fa.fa-times-thin
|
||||
i.fa.fa-times-thin
|
||||
|
||||
.separator
|
||||
a.board-header-btn.js-open-board-menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue