Sha256: 78161fb771d2c1f6e218001e2418575ce0d438f509473a4c7577e749155661ca

Contents?: true

Size: 612 Bytes

Versions: 18

Compression:

Stored size: 612 Bytes

Contents

= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
  .row
    %h4 Forgot your password?

  - unless resource.errors.empty?
    .flash= resource.errors.full_messages.join('<br>').html_safe
  .row.bordered
    = f.label :email, :class => "font"
    = f.text_field :email, placeholder: 'user@example.com', :autofocus => true

  .row.bordered
    = f.submit "Send reset instructions", class: 'btn btn-info'

  .row.bordered
    %p{:style => "text-align: right; margin-top: 10px; font-size: 12px;"}
      = link_to "Sign In", new_user_session_path

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
tenon-1.1.8 app/views/devise/passwords/new.html.haml
tenon-1.1.7 app/views/devise/passwords/new.html.haml
tenon-1.1.6 app/views/devise/passwords/new.html.haml
tenon-1.1.5 app/views/devise/passwords/new.html.haml
tenon-1.1.4 app/views/devise/passwords/new.html.haml
tenon-1.1.3 app/views/devise/passwords/new.html.haml
tenon-1.1.2 app/views/devise/passwords/new.html.haml
tenon-1.1.1 app/views/devise/passwords/new.html.haml
tenon-1.0.76 app/views/devise/passwords/new.html.haml
tenon-1.0.75 app/views/devise/passwords/new.html.haml
tenon-1.0.74 app/views/devise/passwords/new.html.haml
tenon-1.0.73 app/views/devise/passwords/new.html.haml
tenon-1.0.72 app/views/devise/passwords/new.html.haml
tenon-1.0.71 app/views/devise/passwords/new.html.haml
tenon-1.0.70 app/views/devise/passwords/new.html.haml
tenon-1.0.69 app/views/devise/passwords/new.html.haml
tenon-1.0.68 app/views/devise/passwords/new.html.haml
tenon-1.0.67 app/views/devise/passwords/new.html.haml