Sha256: 39be2e49efd4fc30c74180f0d0e136bd561af292f20c2a6b779a51a6694af828

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

- content_for :pagetitle do
  = t :welcome

#account
  %h1.pagetitle
    =t :welcome

  = form_for resource, :url => confirm_password_path, :html => {:class => 'edit user'} do |f|
    = f.hidden_field :confirmation_token
    
    %p
      %strong
        = t :hello
        = @user.name
      = t :welcome_preamble

    = devise_error_messages!

    %p
      = f.label :password, t(:password_instructions)
      %br
      = f.password_field :password, :autocomplete => "off", :class => 'preferences password required', :required => true
      %br
      %span.formnote
        = t :password_requirements

    %p{:class => 'confirmation'}
      = f.label :password_confirmation, t(:password_confirmation_instructions)
      %br
      = f.password_field :password_confirmation, :class => 'preferences required'
      %br
      %span.formnote
        = t :password_confirmation_requirements

    %p.password_notice
      Please choose a password before you proceed.
        
    .controls
      .save.button
        = f.submit t(:continue), :class => "submit"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/confirmations/show.html.haml
droom-0.4.2 app/views/droom/confirmations/show.html.haml
droom-0.4.1 app/views/droom/confirmations/show.html.haml
droom-0.2.1 app/views/droom/confirmations/show.html.haml