diff options
author | amadilsons <joao.amado.95@gmail.com> | 2017-10-04 17:48:37 +0200 |
---|---|---|
committer | amadilsons <joao.amado.95@gmail.com> | 2017-10-04 17:48:37 +0200 |
commit | c865bfe49785181d97b25cb683c0ed37d82c1a69 (patch) | |
tree | 5d796c8602f9001c3e91f9edbc73a83315750ad1 /client/components/lists/listBody.jade | |
parent | 089dbf0cf6a3e144d0271a8666d58e689f8c8dba (diff) | |
download | wekan-c865bfe49785181d97b25cb683c0ed37d82c1a69.tar.gz wekan-c865bfe49785181d97b25cb683c0ed37d82c1a69.tar.bz2 wekan-c865bfe49785181d97b25cb683c0ed37d82c1a69.zip |
most work concluded, code needs clean up, further testing required
Diffstat (limited to 'client/components/lists/listBody.jade')
-rw-r--r-- | client/components/lists/listBody.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/listBody.jade b/client/components/lists/listBody.jade index 01aa7179..840fd801 100644 --- a/client/components/lists/listBody.jade +++ b/client/components/lists/listBody.jade @@ -1,6 +1,6 @@ template(name="listBody") .list-body.js-perfect-scrollbar - .minicards.clearfix.js-minicards + .minicards.clearfix.js-minicards(class="{{#if reachedWipLimit}}js-list-full{{/if}}") if cards.count +inlinedForm(autoclose=false position="top") +addCardForm(listId=_id position="top") |