GeoRSS aggregator and Layar augmented reality server
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

show.html.haml 205 B

123456789101112131415
  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