Fix and improve linked cards

This commit is contained in:
Andrés Manelli 2018-08-21 22:20:45 +02:00
parent b881c3b908
commit 3e715bbcc9
3 changed files with 16 additions and 7 deletions

View file

@ -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'}}")