Sha256: bb0a65f81cec26d7be3a950bcf372c31bf6bdb8ded668d51529486b8e20274d0

Contents?: true

Size: 544 Bytes

Versions: 4

Compression:

Stored size: 544 Bytes

Contents

#account
  %h1.pagetitle
    =t :forgot_password

  = form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
    = devise_error_messages!
  
    %p
      = f.label :email
      %br
      = f.email_field :email, :class => 'login'
      %span.note
        = t :email_note
        
    .controls
      .save.button
        %p
          = f.submit t(:send_reset_instructions), :class => "submit"

    %p
      = t(:can_still_log_in, :url => droom.new_user_session_path).html_safe + '.'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/devise/passwords/new.html.haml
droom-0.4.2 app/views/devise/passwords/new.html.haml
droom-0.4.1 app/views/devise/passwords/new.html.haml
droom-0.2.1 app/views/devise/passwords/new.html.haml