Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
adrianshort
/
apollo
réplica de
https://github.com/adrianshort/apollo.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Use new lat/lon attributes; add table header
master
Adrian Short
hace 12 años
padre
44e5e17a17
commit
cc5a1c0103
Se han
modificado 1 ficheros
con
11 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+11
-2
app/views/posts/near.html.haml
+ 11
- 2
app/views/posts/near.html.haml
Ver fichero
@@ -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")
Escribir
Vista previa
Cargando…
Cancelar
Guardar