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.
 
 
 
 
 

12 lines
231 B

  1. %h1 Posts#near
  2. %table
  3. - @posts.each do |p|
  4. %tr
  5. %td= link_to p.title, p.url
  6. %td= p.loc['lat']
  7. %td= p.loc['lng']
  8. %td
  9. - unless p.published.nil?
  10. = p.published.strftime("%d %b %Y %H:%M")