summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.jade
diff options
context:
space:
mode:
authorRyan Helsing <ryanhelsing@gmail.com>2017-03-18 16:01:22 -0400
committerRyan Helsing <ryanhelsing@gmail.com>2017-03-18 16:01:22 -0400
commitec9498fa627228bd411af6070645fa2ed7cd895d (patch)
tree027a1fdb3d6591ad831d8b99d19a361420f8bafe /client/components/lists/listBody.jade
parentcf85c9c6cda86ede8fdfe746a8affc33b8ba4719 (diff)
downloadwekan-ec9498fa627228bd411af6070645fa2ed7cd895d.tar.gz
wekan-ec9498fa627228bd411af6070645fa2ed7cd895d.tar.bz2
wekan-ec9498fa627228bd411af6070645fa2ed7cd895d.zip
current progress
Diffstat (limited to 'client/components/lists/listBody.jade')
-rw-r--r--client/components/lists/listBody.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/listBody.jade b/client/components/lists/listBody.jade
index e659b179..01aa7179 100644
--- a/client/components/lists/listBody.jade
+++ b/client/components/lists/listBody.jade
@@ -12,7 +12,7 @@ template(name="listBody")
.materialCheckBox.multi-selection-checkbox.js-toggle-multi-selection(
class="{{#if MultiSelection.isSelected _id}}is-checked{{/if}}")
+minicard(this)
- if currentUser.isBoardMember
+ if canSeeAddCard
+inlinedForm(autoclose=false position="bottom")
+addCardForm(listId=_id position="bottom")
else