Home

Pages Classes Methods

    Pages

    • LICENSE
    • README
    • new.html.haml
    • confirmation_instructions.fr.html.haml
    • confirmation_instructions.html.haml
    • reset_password_instructions.fr.html.haml
    • reset_password_instructions.html.haml
    • unlock_instructions.fr.html.haml
    • unlock_instructions.html.haml
    • edit.html.haml
    • new.html.haml
    • edit.html.haml
    • new.html.haml
    • new.html.haml
    • _links.haml
    • new.html.haml
    • devise_views_translated_tasks.rake
    • if is_mobile_request? mobile

    • else .panel.panel-default

      .panel-heading
        %h2= t 'devise.common.sign_up'
      = form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
        = devise_error_messages!
        %p
          = f.label :email
          %br/
          = f.email_field :email
        %p
          = f.label :password
          %br/
          = f.password_field :password
        %p
          = f.label :password_confirmation
          %br/
          = f.password_field :password_confirmation
        %p= f.submit t 'devise.common.sign_up'

      render :partial => “devise/shared/links”¶ ↑

    Validate

    Generated by RDoc 6.4.0.

    Based on Darkfish by Michael Granger.