implements /moderation/debates

This commit is contained in:
kikito
2015-08-22 23:20:55 +02:00
parent 47842cb1cc
commit 5eeaa7d189
8 changed files with 258 additions and 28 deletions

View File

@@ -16,11 +16,11 @@
<table>
<tr>
<th><%= t('moderation.comments.index.flags') %></th>
<th><%= t('moderation.comments.index.updated_at') %></th>
<th><%= t('moderation.comments.index.commentable_type') %></th>
<th><%= t('moderation.comments.index.commentable') %></th>
<th><%= t('moderation.comments.index.comment') %></th>
<th><%= t('moderation.comments.index.headers.flags') %></th>
<th><%= t('moderation.comments.index.headers.updated_at') %></th>
<th><%= t('moderation.comments.index.headers.commentable_type') %></th>
<th><%= t('moderation.comments.index.headers.commentable') %></th>
<th><%= t('moderation.comments.index.headers.comment') %></th>
</tr>
<% @comments.each do |comment| %>
<tr id="comment_<%= comment.id %>">