This commit is contained in:
Toks
2013-04-20 18:12:41 -04:00
parent b6af6db130
commit 4114a18925
2 changed files with 18 additions and 2 deletions

View File

@@ -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>