Sha256: a87049e02cef01891d820256efeafbf112ba88993d4f409d1a0108c51cce8578

Contents?: true

Size: 578 Bytes

Versions: 32

Compression:

Stored size: 578 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", "/login"

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
tenon-1.0.31 app/views/devise/passwords/new.html.haml
tenon-1.0.30 app/views/devise/passwords/new.html.haml
tenon-1.0.29 app/views/devise/passwords/new.html.haml
tenon-1.0.28 app/views/devise/passwords/new.html.haml
tenon-1.0.27 app/views/devise/passwords/new.html.haml
tenon-1.0.26 app/views/devise/passwords/new.html.haml
tenon-1.0.25 app/views/devise/passwords/new.html.haml
tenon-1.0.24 app/views/devise/passwords/new.html.haml
tenon-1.0.23 app/views/devise/passwords/new.html.haml
tenon-1.0.22 app/views/devise/passwords/new.html.haml
tenon-1.0.21 app/views/devise/passwords/new.html.haml
tenon-1.0.20 app/views/devise/passwords/new.html.haml
tenon-1.0.19 app/views/devise/passwords/new.html.haml
tenon-1.0.18 app/views/devise/passwords/new.html.haml
tenon-1.0.17 app/views/devise/passwords/new.html.haml
tenon-1.0.16 app/views/devise/passwords/new.html.haml
tenon-1.0.15 app/views/devise/passwords/new.html.haml
tenon-1.0.14 app/views/devise/passwords/new.html.haml
tenon-1.0.13 app/views/devise/passwords/new.html.haml
tenon-1.0.12 app/views/devise/passwords/new.html.haml