Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
apollo
espelho de
https://github.com/adrianshort/apollo.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Use new lat/lon attributes; add table header
master
Adrian Short
há 12 anos
ascendente
44e5e17a17
cometimento
cc5a1c0103
1 ficheiros alterados
com
11 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+11
-2
app/views/posts/near.html.haml
+ 11
- 2
app/views/posts/near.html.haml
Ver ficheiro
@@ -1,11 +1,20 @@
%h1 Posts#near
%table
%thead
%tr
%th
%th Latitude
%th Longitude
%th Distance (metres)
%th Published
%tbody
- @posts.each do |p|
%tr
%td= link_to p.title, p.url
%td= p.loc['lat']
%td= p.loc['lng']
%td= p.lat
%td= p.lon
%td= p.distance.to_i
%td
- unless p.published.nil?
= p.published.strftime("%d %b %Y %H:%M")
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar