diff --git a/app/views/diary_entry/comments.html.erb b/app/views/diary_entry/comments.html.erb index fbad59d47..1404847b3 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, :id => comment.diary_entry.id %> | +<%= t 'diary_entry.comments.ago', :ago => time_ago_in_words(comment.created_at) %> | +<%= htmlize(comment.body) %> | +