mconf/mconf-web

View on GitHub
app/views/devise/passwords/new.html.haml

Summary

Maintainability
Test Coverage
= page_title t('.title')

%h1= t('.title')

#form-wrapper
  = simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
    = f.input :email, :label => t('user.email_used_to_create_account'), :required => true
    = f.button :wrapped, :value => t('user.request_password')