<%= @title%> <%= t('diary_entry.comments.has_commented_on',:display_name => @this_user.display_name) %>


<% for comment in @comments %> <% end %>
TitleDateComment
<%= comment.diary_entry.title %> <%= comment.created_at %> <%= htmlize(comment.body) %>
<%= link_to t('diary_entry.comments.older_comments') , { :page => @comment_pages.current.next} if @comment_pages.current.next %> <% if @comment_pages.current.next and @comment_pages.current.previous %> | <% end %> <%= link_to t('diary_entry.comments.newer_comments'), { :page => @comment_pages.current.previous } if @comment_pages.current.previous %>