summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-06-16 20:30:15 +0300
committerLauri Ojansivu <x@xet7.org>2020-06-16 20:30:15 +0300
commitf1587753cb0bba38e4b1df2e0300d3dc2826da72 (patch)
tree12cb210f03b707937674b0ac66c026ff85e9fcf7 /client
parenta6d4f445fba4d32b69407e7ea8376ce5b444fba2 (diff)
downloadwekan-f1587753cb0bba38e4b1df2e0300d3dc2826da72.tar.gz
wekan-f1587753cb0bba38e4b1df2e0300d3dc2826da72.tar.bz2
wekan-f1587753cb0bba38e4b1df2e0300d3dc2826da72.zip
Fix lint errors.
Diffstat (limited to 'client')
-rw-r--r--client/components/cards/cardDetails.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade
index dda95e3e..d0cfe5bc 100644
--- a/client/components/cards/cardDetails.jade
+++ b/client/components/cards/cardDetails.jade
@@ -223,11 +223,11 @@ template(name="cardDetails")
button.card-details-green.js-vote.js-vote-positive(class="{{#if voteState}}voted{{/if}}")
if voteState
i.fa.fa-thumbs-up
- {{_ 'vote-for-it'}}
+ | {{_ 'vote-for-it'}}
button.card-details-red.js-vote.js-vote-negative(class="{{#if $eq voteState false}}voted{{/if}}")
if $eq voteState false
i.fa.fa-thumbs-down
- {{_ 'vote-against'}}
+ | {{_ 'vote-against'}}
//- XXX We should use "editable" to avoid repetiting ourselves
if canModifyCard