This commit is contained in:
Toks
2013-07-05 20:47:07 -04:00
parent 23246f878b
commit 7d0bc1be29
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
<tr id="ban-<%= ban.id %>">
<td><%= link_to_user(ban.user) %></td>
<td><%= ban.expires_at %></td>
<td><%= ban.reason %></td>
<td><%= format_text ban.reason %></td>
<td>
<% if CurrentUser.is_moderator? %>
<%= link_to "Edit", edit_ban_path(ban) %>