GeoRSS aggregator and Layar augmented reality server
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

12 wiersze
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")