Sha256: 25114e865c11841c8e81397085870572e7c86cafe20c2f864cb8eb8c96ee442e

Contents?: true

Size: 861 Bytes

Versions: 4

Compression:

Stored size: 861 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 %>
    = form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
      = render 'devise/shared/error_messages', resource: resource
      .form-group
        = f.email_field :email, autofocus: false, class: 'form-control', placeholder: 'Email Address'
      .form-group
        = f.password_field :password, autocomplete: 'off', class: 'form-control', placeholder: 'Password'
      .form-group
        = f.password_field :password_confirmation, autocomplete: 'off', class: 'form-control', placeholder: 'Confirm Password'
      .form-group
        = f.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

Version Path
bootstrap_views_generator-0.1.6 lib/generators/bootstrap/templates/devise/haml/registrations/new.html.haml.tt
bootstrap_views_generator-0.1.5 lib/generators/bootstrap/templates/devise/haml/registrations/new.html.haml.tt
bootstrap_views_generator-0.1.4 lib/generators/bootstrap/templates/devise/haml/registrations/new.html.haml.tt
bootstrap_views_generator-0.1.3 lib/generators/bootstrap/templates/devise/haml/registrations/new.html.haml.tt