Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
adrianshort
/
apollo
зеркало из
https://github.com/adrianshort/apollo.git
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Релизы
0
Вики
Активность
Просмотр исходного кода
Use new lat/lon attributes; add table header
master
Adrian Short
12 лет назад
Родитель
44e5e17a17
Сommit
cc5a1c0103
1 измененных файлов
:
11 добавлений
и
2 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+11
-2
app/views/posts/near.html.haml
+ 11
- 2
app/views/posts/near.html.haml
Просмотреть файл
@@ -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")
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить