Add welcome mail
This commit is contained in:
parent
75129b52c6
commit
057f3ec8ea
9 changed files with 92 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
= simple_form_for([:admin, @user]) do |f|
|
||||
= render 'shared/user_form_fields', f: f, password_autocomplete: false
|
||||
= f.input :send_welcome_mail, as: :boolean, label: false, inline_label: t('.send_welcome_mail')
|
||||
- unless @user.ordergroup
|
||||
= f.input :create_ordergroup, as: :boolean, label: false, inline_label: t('.create_ordergroup')
|
||||
.form-actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue