mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
card.js, clean up redudant code
This commit is contained in:
parent
43d11af631
commit
384d80a647
2 changed files with 38 additions and 52 deletions
|
|
@ -95,7 +95,7 @@ template(name="linkCardPopup")
|
|||
label {{_ 'cards'}}:
|
||||
select.js-select-cards
|
||||
each cards
|
||||
option(value="{{getId}}") {{getTitle}}
|
||||
option(value="{{getRealId}}") {{getTitle}}
|
||||
|
||||
.edit-controls.clearfix
|
||||
input.primary.confirm.js-done(type="button" value="{{_ 'link'}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue