Merge pull request #107 from ZeusWPI/fix/quickpay-hidden
apply common sense
This commit is contained in:
commit
9f3de720c8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue