Show comment counts in diary entry lists.
This commit is contained in:
parent
70a6ecee19
commit
b89ea4110d
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ Posted by <b><%= link_to diary_entry.user.display_name, :controller => 'user', :
|
|||
<%= link_to 'Comment on this entry', :action => 'view', :display_name => diary_entry.user.display_name, :id => diary_entry.id, :anchor => 'newcomment' %>
|
||||
|
|
||||
<%= link_to 'Reply to this entry', :controller => 'message', :action => 'new', :user_id => diary_entry.user.id, :title => "Re: #{diary_entry.title}" %>
|
||||
|
|
||||
<%= link_to pluralize(diary_entry.diary_comments.count, "comment"), :action => 'view', :display_name => diary_entry.user.display_name, :id => diary_entry.id, :anchor => 'comments' %>
|
||||
<% end %>
|
||||
<br />
|
||||
<hr />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue