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.

_forgot_password_form.html.haml 162 B

1234567
  1. = form_tag password_resets_path, :method => :post do
  2. .field
  3. = label_tag :email
  4. %br
  5. = text_field_tag :email
  6. = submit_tag "Reset my password"