Merge pull request #107 from ZeusWPI/fix/quickpay-hidden

apply common sense
This commit is contained in:
redfast00 2019-02-08 10:42:58 +01:00 committed by GitHub
commit 9f3de720c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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