summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebarCustomFields.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-14 19:38:16 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-14 19:38:16 +0300
commit85e02010d444453a4a682770522a65fcdc488c8b (patch)
tree4bdc971df59353fb2dffd03b6454ca0a4ef6cb16 /client/components/sidebar/sidebarCustomFields.jade
parentfa82efe7d24a18afbd99ba805bdc3666cf3ba863 (diff)
parentaeec9f6ef8d8de07c6c8b8001fe2bbeb012b9fa8 (diff)
downloadwekan-85e02010d444453a4a682770522a65fcdc488c8b.tar.gz
wekan-85e02010d444453a4a682770522a65fcdc488c8b.tar.bz2
wekan-85e02010d444453a4a682770522a65fcdc488c8b.zip
Merge branch 'feuerball11-feature-custom-fields' into devel
Diffstat (limited to 'client/components/sidebar/sidebarCustomFields.jade')
-rw-r--r--client/components/sidebar/sidebarCustomFields.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/sidebar/sidebarCustomFields.jade b/client/components/sidebar/sidebarCustomFields.jade
index def083e9..fd31e5ac 100644
--- a/client/components/sidebar/sidebarCustomFields.jade
+++ b/client/components/sidebar/sidebarCustomFields.jade
@@ -37,7 +37,7 @@ template(name="createCustomFieldPopup")
each dropdownItems.get
input.js-dropdown-item(type="text" value=name placeholder="")
input.js-dropdown-item.last(type="text" value="" placeholder="{{_ 'custom-field-dropdown-options-placeholder'}}")
- a.flex.js-field-show-on-card
+ a.flex.js-field-show-on-card(class="{{#if showOnCard}}is-checked{{/if}}")
.materialCheckBox(class="{{#if showOnCard}}is-checked{{/if}}")
span {{_ 'show-field-on-card'}}
@@ -49,4 +49,4 @@ template(name="createCustomFieldPopup")
template(name="deleteCustomFieldPopup")
p {{_ "custom-field-delete-pop"}}
- button.js-confirm.negate.full(type="submit") {{_ 'delete'}} \ No newline at end of file
+ button.js-confirm.negate.full(type="submit") {{_ 'delete'}}