X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0c79686f3cef86330d0ab6bbef2a9e2275ac93ac..152e3110403c7ac2568298069123e9015d42d8b3:/app/views/notes/mine.html.erb?ds=sidebyside diff --git a/app/views/notes/mine.html.erb b/app/views/notes/mine.html.erb index 2751e1559..2f68ba5c6 100644 --- a/app/views/notes/mine.html.erb +++ b/app/views/notes/mine.html.erb @@ -5,15 +5,17 @@ <%= render :partial => "notes_paging_nav" %> -
- | <%= t ".id" %> | -<%= t ".creator" %> | -<%= t ".description" %> | -<%= t ".created_at" %> | -<%= t ".last_changed" %> | -
---|
+ | <%= t ".id" %> | +<%= t ".creator" %> | +<%= t ".description" %> | +<%= t ".created_at" %> | +<%= t ".last_changed" %> | +||
---|---|---|---|---|---|---|---|
@@ -26,8 +28,8 @@ | <%= link_to note.id, browse_note_path(note) %> | <%= note_author(note.author) %> | <%= note.comments.first.body.to_html %> | -<%= t ".ago_html", :when => friendly_date(note.created_at) %> | -<%= t ".ago_html", :when => friendly_date(note.updated_at) %> | +<%= friendly_date_ago(note.created_at) %> | +<%= friendly_date_ago(note.updated_at) %> |