GeoRSS aggregator and Layar augmented reality server
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

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