adds i18n to deleted comments

This commit is contained in:
Juanjo Bazán
2015-08-17 14:08:59 +02:00
parent fa6fa39cb6
commit 74742d5f76
3 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<div id="<%= dom_id(comment) %>" class="comment small-12 column">
<% if comment.hidden? %>
This comment has been deleted
<%= t("debates.comment.deleted") %>
<% else %>
<%= avatar_image(comment.user, size: 32, class: 'left') %>