瀏覽代碼

Use new lat and lon attributes

master
Adrian Short 11 年之前
父節點
當前提交
e3950bb614
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/views/feeds/show.html.haml

+ 1
- 1
app/views/feeds/show.html.haml 查看文件

@@ -28,7 +28,7 @@
- @posts.each do |p|
%tr
%td= link_to p.title, p.url
%td= link_to "Map", "https://maps.google.co.uk/maps?q=%s,%s&hl=en&z=18" % [ p.loc['lat'], p.loc['lng'] ], :target => "_blank"
%td= link_to "Map", "https://maps.google.co.uk/maps?q=%s,%s&hl=en&z=18" % [ p.lat, p.lon ], :target => "_blank"
%td
- unless p.published.nil?
= p.published.strftime("%d %b %Y %H:%M")


Loading…
取消
儲存