X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1944372af802ba3096a9bd72bca2f7ab49095a33..3b43e4d53a736680bb41a14401244f3445d0c274:/app/views/diary_entry/comments.html.erb?ds=sidebyside diff --git a/app/views/diary_entry/comments.html.erb b/app/views/diary_entry/comments.html.erb index fbad59d47..f477ab8b6 100644 --- a/app/views/diary_entry/comments.html.erb +++ b/app/views/diary_entry/comments.html.erb @@ -1,21 +1,21 @@ -
-
-
Title | Date | Comment |
---|---|---|
<%= comment.diary_entry.title %> - | --<%= comment.created_at %> - | --<%= htmlize(comment.body) %> |
<%= t 'diary_entry.comments.post' %> | +<%= t 'diary_entry.comments.when' %> | +<%= t 'diary_entry.comments.comment' %> | +
---|---|---|
<%= link_to comment.diary_entry.title, :action => :view, :display_name => comment.diary_entry.user.display_name, :id => comment.diary_entry.id %> | +<%= t 'diary_entry.comments.ago', :ago => time_ago_in_words(comment.created_at) %> | +<%= comment.body.to_html %> | +