GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
205 B

  1. %p#notice= notice
  2. %p
  3. %b Email:
  4. = @user.email
  5. %p
  6. %b Crypted password:
  7. = @user.crypted_password
  8. %p
  9. %b Salt:
  10. = @user.salt
  11. = link_to 'Edit', edit_user_path(@user)
  12. \|
  13. = link_to 'Back', users_path