Sha256: a9663940ef1df9a395b6a59a2c558ae3a0290f5d1a9d7acd1dcf8182d0345bbe
Contents?: true
Size: 856 Bytes
Versions: 11
Compression:
Stored size: 856 Bytes
Contents
<h2><%= t(".sign_up") %></h2> <%= pg_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :email, required: true, autofocus: true , input_html: { autocomplete: "email" }%> <%= f.input :password, required: true, hint: (t('devise.shared.minimum_password_length', count: @minimum_password_length) if @minimum_password_length), input_html: { autocomplete: "new-password" } %> <%= f.input :password_confirmation, required: true, input_html: { autocomplete: "new-password" } %> </div> <div class="form-actions"> <%= f.button :submit, t(".sign_up") %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
11 entries across 11 versions & 1 rubygems