apply common sense

This commit is contained in:
Felix Van der Jeugt 2016-09-29 15:32:55 +02:00
parent ae1d324b04
commit 8ea5799daf
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
%li.list-group-item.text-muted
= f_form_for @user, remote: true do |f|
.center
= f.label "Show dagschotel on koelkast"
= f.check_box :quickpay_hidden, skip_label: true, data: { switch: true, offText: "show", onText: "hide" }
= f.label "Hide dagschotel on koelkast?"
= f.check_box :quickpay_hidden, skip_label: true, data: { switch: true, offText: "no", onText: "yes" }
%li.list-group-item.text-muted
= f_form_for @user do |f|
= f.file_field :avatar, skip_label: true