summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-29 00:39:30 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-29 00:39:30 +0300
commit0c351f4864ba1db3a23098723a7fe029f9cd3248 (patch)
treef4fca42c0c82af62ccc02dad0f0d4356dedaad7b /client/components
parent035334125b37a41ba5db5ce710afa353940ef365 (diff)
parent066237de081574b2a310b54cce211bdc680e1d40 (diff)
downloadwekan-0c351f4864ba1db3a23098723a7fe029f9cd3248.tar.gz
wekan-0c351f4864ba1db3a23098723a7fe029f9cd3248.tar.bz2
wekan-0c351f4864ba1db3a23098723a7fe029f9cd3248.zip
Merge branch 'devel'
Diffstat (limited to 'client/components')
-rw-r--r--client/components/cards/cardDetails.jade12
1 files changed, 8 insertions, 4 deletions
diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade
index ad2044e8..10828445 100644
--- a/client/components/cards/cardDetails.jade
+++ b/client/components/cards/cardDetails.jade
@@ -36,28 +36,32 @@ template(name="cardDetails")
if getReceived
+cardReceivedDate
else
- a.js-received-date {{_ 'add'}}
+ if canModifyCard
+ a.js-received-date {{_ 'add'}}
.card-details-item.card-details-item-start
h3.card-details-item-title {{_ 'card-start'}}
if getStart
+cardStartDate
else
- a.js-start-date {{_ 'add'}}
+ if canModifyCard
+ a.js-start-date {{_ 'add'}}
.card-details-item.card-details-item-due
h3.card-details-item-title {{_ 'card-due'}}
if getDue
+cardDueDate
else
- a.js-due-date {{_ 'add'}}
+ if canModifyCard
+ a.js-due-date {{_ 'add'}}
.card-details-item.card-details-item-end
h3.card-details-item-title {{_ 'card-end'}}
if getEnd
+cardEndDate
else
- a.js-end-date {{_ 'add'}}
+ if canModifyCard
+ a.js-end-date {{_ 'add'}}
.card-details-items
.card-details-item.card-details-item-members