diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-09-13 20:37:11 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-09-13 20:37:11 +0300 |
commit | 59a76ed1445f06ce6534777f7a7ee9191ddef8c7 (patch) | |
tree | f6c1e3ddb2e2a899da5bf8d3fe5d57d1c72242e5 /client/components/cards | |
parent | 68897a77dc18a5bbdbc9cd9e4a84b4ef574e9dcc (diff) | |
parent | a9ca17426b92ed346ca7051b526c7ced17c4fae8 (diff) | |
download | wekan-59a76ed1445f06ce6534777f7a7ee9191ddef8c7.tar.gz wekan-59a76ed1445f06ce6534777f7a7ee9191ddef8c7.tar.bz2 wekan-59a76ed1445f06ce6534777f7a7ee9191ddef8c7.zip |
Merge branch 'issue-1213' of https://github.com/frmwrk123/wekan into frmwrk123-issue-1213
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/cardDetails.jade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index 61876bca..09e0532c 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -127,6 +127,7 @@ template(name="moveCardPopup") template(name="copyCardPopup") label(for='copy-card-title') {{_ 'title'}}: textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus) + = title label {{_ 'lists'}}: +boardLists |