Sha256: 9257bab1d2a91bd61634bb4ad8a486e6bb6037421c8a050aa90476b47756d262

Contents?: true

Size: 591 Bytes

Versions: 33

Compression:

Stored size: 591 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'

  .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

33 entries across 33 versions & 1 rubygems

Version Path
tenon-1.0.66 app/views/devise/passwords/new.html.haml
tenon-1.0.65 app/views/devise/passwords/new.html.haml
tenon-1.0.64 app/views/devise/passwords/new.html.haml
tenon-1.0.63 app/views/devise/passwords/new.html.haml
tenon-1.0.62 app/views/devise/passwords/new.html.haml
tenon-1.0.61 app/views/devise/passwords/new.html.haml
tenon-1.0.60 app/views/devise/passwords/new.html.haml
tenon-1.0.59 app/views/devise/passwords/new.html.haml
tenon-1.0.57 app/views/devise/passwords/new.html.haml
tenon-1.0.56 app/views/devise/passwords/new.html.haml
tenon-1.0.55 app/views/devise/passwords/new.html.haml
tenon-1.0.54 app/views/devise/passwords/new.html.haml
tenon-1.0.53 app/views/devise/passwords/new.html.haml
tenon-1.0.52 app/views/devise/passwords/new.html.haml
tenon-1.0.51 app/views/devise/passwords/new.html.haml
tenon-1.0.50 app/views/devise/passwords/new.html.haml
tenon-1.0.49 app/views/devise/passwords/new.html.haml
tenon-1.0.48 app/views/devise/passwords/new.html.haml
tenon-1.0.47 app/views/devise/passwords/new.html.haml
tenon-1.0.46 app/views/devise/passwords/new.html.haml