Sha256: cb5197878c795eac153d80d5ce16977c65d22dfc2bb1259b0eb3a41bef357d63
Contents?: true
Size: 769 Bytes
Versions: 11
Compression:
Stored size: 769 Bytes
Contents
<%= 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 Alchemy.t(:save) %>
Version data entries
11 entries across 11 versions & 1 rubygems