X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6:/app/views/notes/mine.html.erb diff --git a/app/views/notes/mine.html.erb b/app/views/notes/mine.html.erb index 666c7dc8f..13824419e 100644 --- a/app/views/notes/mine.html.erb +++ b/app/views/notes/mine.html.erb @@ -8,11 +8,11 @@
- | <%= t'note.mine.id' %> | -<%= t'note.mine.creator' %> | -<%= t'note.mine.description' %> | -<%= t'note.mine.created_at' %> | -<%= t'note.mine.last_changed' %> | +<%= t '.id' %> | +<%= t '.creator' %> | +<%= t '.description' %> | +<%= t '.created_at' %> | +<%= t '.last_changed' %> |
---|---|---|---|---|---|---|---|---|---|---|
<%= link_to note.id.to_s, :controller => "browse", :action => "note", :id => note.id %> | <%= note_author(note.author) %> | -<%= note.comments.first.body.to_html %> | -<%= t 'note.mine.ago_html', :when => friendly_date(note.created_at) %> | -<%= t 'note.mine.ago_html', :when => friendly_date(note.updated_at) %> | +<%= note.comments.first.body.to_html %> | +<%= t '.ago_html', :when => friendly_date(note.created_at) %> | +<%= t '.ago_html', :when => friendly_date(note.updated_at) %> |