Sha256: 7c4854b100931d121aa2e2055998d43bd8620c948b1e90b6e1c1d5b1fe761f0c

Contents?: true

Size: 714 Bytes

Versions: 2

Compression:

Stored size: 714 Bytes

Contents

= bootstrap_devise_error_messages!
.panel.panel-default.devise-bs
  .panel-heading
    %h4= t('.sign_up', default: 'Sign up')
  .panel-body
    = form_for(resource, as: resource_name, url: registration_path(resource_name), html: { role: 'form' }) do |f|
      .form-group
        = f.label :email
        = f.email_field :email, autofocus: true, class: 'form-control'
      .form-group
        = f.label :password
        = f.password_field :password, class: 'form-control'
      .form-group
        = f.label :password_confirmation
        = f.password_field :password_confirmation, class: 'form-control'
      = f.submit t('.sign_up', default: 'Sign up'), class: 'btn btn-primary'
= render 'devise/shared/links'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devise-bootstrap-views-0.0.11 app/views/haml/registrations/new.html.haml
devise-bootstrap-views-0.0.10 app/views/haml/registrations/new.html.haml