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 regels
266 B

  1. %h1 Users
  2. = link_to 'New User', new_user_path, :class => 'button'
  3. %table
  4. %tr
  5. %th Email
  6. %th Joined
  7. - @users.each do |user|
  8. %tr
  9. %td= link_to user.email, "mailto:#{user.email}"
  10. %td
  11. = time_ago_in_words(user.created_at)
  12. ago