Sha256: 91ed6ea4de85828a675c43a3f425ae09df073983582357c847fa5d0fca1fe8b4

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

.grid_8
  .form_box
    = form_for(resource, :as => resource_name, :url => main_app.user_registration_path, :html => { :method => :post }) do |f|
      %h3 Sign up
      .errors
        = devise_error_messages!
      .hr.dotted.clearfix
      %ul
        %li.clearfix
          = f.label :email
          = f.email_field :email
        %li.clearfix
          = f.label :first_name
          = f.text_field :first_name
        %li.clearfix
          = f.label :last_name
          = f.text_field :last_name
        %li.clearfix
          = f.label :password
          = f.password_field :password
        %li.clearfix
          = f.label :password_confirmation
          = f.password_field :password_confirmation
        %li.clearfix
          #button
            = f.submit "Sign up", id: 'send_message', class: 'button'
            .clear
  .clear
  .links
    = link_to "Sign in", main_app.new_user_session_path
    |
    = link_to "Sign up", main_app.new_user_registration_path
    |
    = link_to "Forgot your password?", main_app.new_user_password_path
  .clear_gap

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appyantra_admin-0.0.1 app/views/users/registrations/new.html.haml