소스 검색

Replaced lat/lng with Google Maps link

master
CharlotteGilhooly 12 년 전
부모
커밋
0f50d1f61e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      app/views/feeds/show.html.haml

+ 1
- 2
app/views/feeds/show.html.haml 파일 보기

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


불러오는 중...
취소
저장