GeoRSS aggregator and Layar augmented reality server
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

new.html.haml 293 B

1234567891011
  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"