summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardTime.jade
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2018-04-18 00:59:22 -0300
committerAndrés Manelli <andresmanelli@gmail.com>2018-08-11 00:07:29 +0200
commit49c415f0239d6645c41881690acfb2a18395fae8 (patch)
tree12ef1e237ec58d15526664a547d2d9a4ebf8d841 /client/components/cards/cardTime.jade
parentb2e175ba8ceb644e7ddd0a4c74283f1cd0c1c8aa (diff)
downloadwekan-49c415f0239d6645c41881690acfb2a18395fae8.tar.gz
wekan-49c415f0239d6645c41881690acfb2a18395fae8.tar.bz2
wekan-49c415f0239d6645c41881690acfb2a18395fae8.zip
Add two way binding of checklists
Diffstat (limited to 'client/components/cards/cardTime.jade')
-rw-r--r--client/components/cards/cardTime.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/cardTime.jade b/client/components/cards/cardTime.jade
index 041af65a..8af8c414 100644
--- a/client/components/cards/cardTime.jade
+++ b/client/components/cards/cardTime.jade
@@ -6,7 +6,7 @@ template(name="editCardSpentTime")
input.js-time-field#time(type="number" step="0.01" name="time" value="{{card.getSpentTime}}" placeholder=timeFormat autofocus)
label(for="overtime") {{_ 'overtime'}}
a.js-toggle-overtime
- .materialCheckBox#overtime(class="{{#if card.getIsOvertime}}is-checked{{/if}}" name="overtime")
+ .materialCheckBox#overtime(class="{{#if getIsOvertime}}is-checked{{/if}}" name="overtime")
if error.get
.warning {{_ error.get}}