このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
adrianshort
/
apollo
ミラー元
https://github.com/adrianshort/apollo.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Use new lat/lon attributes; add table header
master
Adrian Short
12年前
親
44e5e17a17
コミット
cc5a1c0103
1個のファイルの変更
、
11行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
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")
書き込み
プレビュー
読み込み中…
キャンセル
保存