GeoRSS aggregator and Layar augmented reality server
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

11 satır
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"