GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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