remove email_notifications_enabled column because of the new daily_email_notifications_enabled
This commit is contained in:
parent
4934a6359b
commit
4a70a7fcc8
9 changed files with 14 additions and 16 deletions
|
@ -20,11 +20,11 @@
|
|||
|
||||
.radios
|
||||
%label
|
||||
= form.radio_button :email_notifications_enabled, true
|
||||
= form.radio_button :daily_email_notifications_enabled, true
|
||||
Oui
|
||||
|
||||
%label
|
||||
= form.radio_button :email_notifications_enabled, false
|
||||
= form.radio_button :daily_email_notifications_enabled, false
|
||||
Non
|
||||
|
||||
= form.label :email_notification, "Recevoir un récapitulatif hebdomadaire"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue