This commit is contained in:
Toks
2013-08-13 13:33:25 -04:00
parent d83aa5de0e
commit 249ab23da5
5 changed files with 40 additions and 2 deletions

View File

@@ -92,6 +92,20 @@
</td>
</tr>
<tr>
<th>Appeals</th>
<td><%= presenter.appeal_count(self) %>
</td>
</tr>
<% if CurrentUser.user.id == user.id || CurrentUser.user.is_janitor? %>
<tr>
<th>Flags</th>
<td><%= presenter.flag_count(self) %>
</td>
</tr>
<% end %>
<tr>
<th>Feedback</th>
<td><%= presenter.feedbacks(self) %></td> </tbody>