GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 regels
293 B

  1. %h1 Reset your password
  2. %p Type your email address here and we'll send you a link to a page where you can choose a new password.
  3. = form_tag password_resets_path, :method => :post do
  4. .field
  5. = label_tag :email
  6. %br
  7. = text_field_tag :email
  8. = submit_tag "Reset my password"