diff options
author | Ignatz <computer-freak94@gmx.de> | 2018-06-14 15:08:30 +0200 |
---|---|---|
committer | Ignatz <computer-freak94@gmx.de> | 2018-06-14 15:08:30 +0200 |
commit | fcf262cc9807c1e87e638ce6b0c6151ae2114f60 (patch) | |
tree | 47abffeb06123e6614955c3dd5ea2386fb2bfb4c /client/components/cards/minicard.jade | |
parent | c5f0e87dd09c68e5327a601af881c78ff723c8df (diff) | |
download | wekan-fcf262cc9807c1e87e638ce6b0c6151ae2114f60.tar.gz wekan-fcf262cc9807c1e87e638ce6b0c6151ae2114f60.tar.bz2 wekan-fcf262cc9807c1e87e638ce6b0c6151ae2114f60.zip |
testing markdown support for 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 e63a185b..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 - = trueValue + +viewer + = trueValue if members .minicard-members.js-minicard-members |