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.
|
- %h1 Posts#near
-
- %table
- - @posts.each do |p|
- %tr
- %td= link_to p.title, p.url
- %td= p.loc['lat']
- %td= p.loc['lng']
- %td
- - unless p.published.nil?
- = p.published.strftime("%d %b %Y %H:%M")
|