summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-11 23:40:18 +0300
committerLauri Ojansivu <x@xet7.org>2019-05-11 23:40:18 +0300
commitb795115042c2eb6bccbf029f21d78849a44128ca (patch)
tree29c2682387b22e3b4eeeccd3fb6b3daac6236a14 /client/components/cards/cardDetails.jade
parent52fe845d2427afdda1a426b9f616d400a4dafae1 (diff)
downloadwekan-b795115042c2eb6bccbf029f21d78849a44128ca.tar.gz
wekan-b795115042c2eb6bccbf029f21d78849a44128ca.tar.bz2
wekan-b795115042c2eb6bccbf029f21d78849a44128ca.zip
- [View markdown on List names, Custom Fields (Text and Dropdown), Label names,
All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
Diffstat (limited to 'client/components/cards/cardDetails.jade')
-rw-r--r--client/components/cards/cardDetails.jade7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade
index 88f97adc..13b6bd13 100644
--- a/client/components/cards/cardDetails.jade
+++ b/client/components/cards/cardDetails.jade
@@ -77,7 +77,9 @@ template(name="cardDetails")
h3.card-details-item-title {{_ 'labels'}}
a(class="{{#if canModifyCard}}js-add-labels{{else}}is-disabled{{/if}}" title="{{_ 'card-labels-title'}}")
each labels
- span.card-label(class="card-label-{{color}}" title=name)= name
+ span.card-label(class="card-label-{{color}}" title=name)
+ +viewer
+ = name
if canModifyCard
a.card-label.add-label.js-add-labels(title="{{_ 'card-labels-title'}}")
i.fa.fa-plus
@@ -86,7 +88,8 @@ template(name="cardDetails")
each customFieldsWD
.card-details-item.card-details-item-customfield
h3.card-details-item-title
- = definition.name
+ +viewer
+ = definition.name
+cardCustomField
.card-details-items