GeoRSS aggregator and Layar augmented reality server
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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"