mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Fix labels drag and drop from the sidebar
This bug was introduced in e964fbb5
.
Fixes #295.
This commit is contained in:
parent
e65c79edfa
commit
8182cd1193
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ template(name="labelsWidget")
|
|||
.board-widget-content
|
||||
each currentBoard.labels
|
||||
a.card-label(class="card-label-{{color}}"
|
||||
class="{{#if currentUser.isBoardMember}}js-add-labels{{/if}}")
|
||||
class="{{#if currentUser.isBoardMember}}js-label{{/if}}")
|
||||
span.card-label-name= name
|
||||
if currentUser.isBoardAdmin
|
||||
a.card-label.add-label.js-add-label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue