diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-06-14 18:58:09 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-06-14 18:58:09 +0300 |
commit | 23726136bdcb366fcdb86580888308f1e9054ae0 (patch) | |
tree | a9521a13d2f7ceac76122755ba7532e4dc20f63e /client/components/cards/minicard.jade | |
parent | fa82efe7d24a18afbd99ba805bdc3666cf3ba863 (diff) | |
parent | fcf262cc9807c1e87e638ce6b0c6151ae2114f60 (diff) | |
download | wekan-23726136bdcb366fcdb86580888308f1e9054ae0.tar.gz wekan-23726136bdcb366fcdb86580888308f1e9054ae0.tar.bz2 wekan-23726136bdcb366fcdb86580888308f1e9054ae0.zip |
Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan into feuerball11-feature-custom-fields
Diffstat (limited to 'client/components/cards/minicard.jade')
-rw-r--r-- | client/components/cards/minicard.jade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/cards/minicard.jade b/client/components/cards/minicard.jade index b44021a6..c912ea70 100644 --- a/client/components/cards/minicard.jade +++ b/client/components/cards/minicard.jade @@ -37,7 +37,8 @@ template(name="minicard") .minicard-custom-field-item = definition.name .minicard-custom-field-item - = value + +viewer + = trueValue if members .minicard-members.js-minicard-members |