X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/22c1be4db7054baf155a6c1c24f31063b5b729df..e731dd71a77ad4ad1e9db22535e89444bb98e5d9:/app/views/notes/mine.html.erb diff --git a/app/views/notes/mine.html.erb b/app/views/notes/mine.html.erb index 2751e1559..c7015578b 100644 --- a/app/views/notes/mine.html.erb +++ b/app/views/notes/mine.html.erb @@ -26,8 +26,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) %> <% end -%>