mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 23:44:06 +01:00
Fix and improve linked cards
This commit is contained in:
parent
b881c3b908
commit
3e715bbcc9
3 changed files with 16 additions and 7 deletions
|
|
@ -70,7 +70,7 @@ template(name="linkCardPopup")
|
|||
label {{_ 'cards'}}:
|
||||
select.js-select-cards
|
||||
each cards
|
||||
option(value="{{_id}}") {{title}}
|
||||
option(value="{{getId}}") {{getTitle}}
|
||||
|
||||
.edit-controls.clearfix
|
||||
input.primary.confirm.js-done(type="button" value="{{_ 'link'}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue