mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix lint errors.
This commit is contained in:
parent
f1587753cb
commit
e6629779f7
1 changed files with 2 additions and 2 deletions
|
|
@ -223,11 +223,11 @@ template(name="cardDetails")
|
||||||
button.card-details-green.js-vote.js-vote-positive(class="{{#if voteState}}voted{{/if}}")
|
button.card-details-green.js-vote.js-vote-positive(class="{{#if voteState}}voted{{/if}}")
|
||||||
if voteState
|
if voteState
|
||||||
i.fa.fa-thumbs-up
|
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}}")
|
button.card-details-red.js-vote.js-vote-negative(class="{{#if $eq voteState false}}voted{{/if}}")
|
||||||
if $eq voteState false
|
if $eq voteState false
|
||||||
i.fa.fa-thumbs-down
|
i.fa.fa-thumbs-down
|
||||||
| {{_ 'vote-against'}}
|
| {{_ 'vote-against'}}
|
||||||
|
|
||||||
//- XXX We should use "editable" to avoid repetiting ourselves
|
//- XXX We should use "editable" to avoid repetiting ourselves
|
||||||
if canModifyCard
|
if canModifyCard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue