Sha256: 229b248ab0b7937ee697d17be71f22ad0ee88d295209fb98351c50bf2366fe6c

Contents?: true

Size: 859 Bytes

Versions: 5

Compression:

Stored size: 859 Bytes

Contents

.module-wrap
  .module-full-container
    .module
      %h2 Sign up
      = form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
        = devise_error_messages!
        %p
          = f.label :email
          %br/
          = f.text_field :email
        %p
          = f.label :first_name
          %br/
          = f.text_field :first_name
        %p
          = f.label :last_name
          %br/
          = f.text_field :last_name
        %p
          = f.label :middle_initial
          %br/
          = f.text_field :middle_initial
        %p
          = f.label :password
          %br/
          = f.password_field :password
        %p
          = f.label :password_confirmation
          %br/
          = f.password_field :password_confirmation
        %p= f.submit "Sign up"
      = render "devise/shared/links"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 app/views/devise/registrations/new.html.haml
xrono-1.0.3 app/views/devise/registrations/new.html.haml
xrono-1.0.2 app/views/devise/registrations/new.html.haml
xrono-1.0.1 app/views/devise/registrations/new.html.haml
xrono-1.0.0 app/views/devise/registrations/new.html.haml