2019-07-07 11:18:12 +05:30
|
|
|
- form = local_assigns.fetch(:form)
|
|
|
|
.form-group
|
|
|
|
= form.label :notification_email, class: "label-bold"
|
2020-04-08 14:13:33 +05:30
|
|
|
= form.select :notification_email, @user.all_public_emails, { include_blank: false }, class: "select2", disabled: local_assigns.fetch(:email_change_disabled, nil)
|
2019-07-07 11:18:12 +05:30
|
|
|
.help-block
|
|
|
|
= local_assigns.fetch(:help_text, nil)
|