fixes #458
This commit is contained in:
@@ -51,7 +51,11 @@
|
||||
|
||||
<tr>
|
||||
<th>Note Changes</th>
|
||||
<td><%= presenter.note_version_count(self) %></td>
|
||||
<td><%= presenter.note_version_count(self) %>
|
||||
<% if CurrentUser.user.id == user.id %>
|
||||
in <%= presenter.noted_posts_count(self) %> posts
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -81,7 +85,11 @@
|
||||
|
||||
<tr>
|
||||
<th>Comments</th>
|
||||
<td><%= presenter.comment_count(self) %></td>
|
||||
<td><%= presenter.comment_count(self) %>
|
||||
<% if CurrentUser.user.id == user.id %>
|
||||
in <%= presenter.commented_posts_count(self) %> posts
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user