Sha256: 4649f88d127cd5d0d31eae13df039fef8bbdf3df21ee8b53dbd68623395b1c48

Contents?: true

Size: 278 Bytes

Versions: 5

Compression:

Stored size: 278 Bytes

Contents

=page_header "Forgot your password?"

= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| 
  = f.error_notification 

  = f.input :email, :required => true 

  = f.button :submit, "Send", :class => 'btn' 

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
app_frame-0.6.1 app/views/app_frame/devise/passwords/new.html.haml
app_frame-0.5.8 app/views/app_frame/devise/passwords/new.html.haml
app_frame-0.5.7 app/views/app_frame/devise/passwords/new.html.haml
app_frame-0.5.6 app/views/app_frame/devise/passwords/new.html.haml
app_frame-0.5.5 app/views/app_frame/devise/passwords/new.html.haml