Sha256: 66893c1c79487090cad3f51590a32014973fe89e96bece556dacd6bd58616730
Contents?: true
Size: 889 Bytes
Versions: 3
Compression:
Stored size: 889 Bytes
Contents
<%= f.input :gender, collection: @user_genders, prompt: _t('Please choose'), input_html: {class: 'alchemy_selectbox'} %> <%= f.input :firstname %> <%= f.input :lastname %> <%= f.input :login, autofocus: true %> <%= f.input :email %> <%= f.input :language, collection: translations_for_select, include_blank: false, input_html: {class: 'alchemy_selectbox'} %> <%= f.input :password %> <%= f.input :password_confirmation %> <% if can_update_role? %> <%= f.input :alchemy_roles, collection: @user_roles, input_html: {multiple: true, class: 'alchemy_selectbox'}, as: 'select' %> <% end %> <% unless while_signup? %> <div class="input tag_list"> <%= f.label :tag_list %> <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f, object: @user %> </div> <% end %> <%= f.input :send_credentials, as: 'boolean' %> <%= f.submit _t(:save) %>
Version data entries
3 entries across 3 versions & 1 rubygems