Sha256: 40387162f4ed177c17d865a1ced5f632d70e9244cfa5b20be572403a4ce0357f
Contents?: true
Size: 844 Bytes
Versions: 4
Compression:
Stored size: 844 Bytes
Contents
.row .col-lg-4.col-md-6.ml-auto.mr-auto <%- if options[:metatags] %> h2.text-center = title('Sign Up') <% else -%> h2.text-center Sign Up <%- end %> = simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| = f.error_notification .form-group = f.input :email, required: true, autofocus: true, input_html: { autocomplete: "email" } = f.input :password, required: true, hint: ("#{@minimum_password_length} characters minimum" if @minimum_password_length), input_html: { autocomplete: "new-password" } = f.input :password_confirmation, required: true, input_html: { autocomplete: "new-password" } .form-group = f.button :submit, 'Sign up', class: 'btn btn-primary btn-block btn-lg' .text-center = render 'devise/shared/links'
Version data entries
4 entries across 4 versions & 1 rubygems