aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments/_comment.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2010-12-03 09:08:07 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2010-12-03 09:08:07 +0200
commit1167a1d6a99e51f8f7d1a3cef3d75eaa402656a8 (patch)
tree028855d63608b97d61f8c4f337223090506c8d2a /app/views/admin/blog/comments/_comment.html.erb
parentfef6dc47a6fb92dabcde7cdfc2448a524ceb2783 (diff)
downloadrefinerycms-blog-1167a1d6a99e51f8f7d1a3cef3d75eaa402656a8.tar.gz
refinerycms-blog-1167a1d6a99e51f8f7d1a3cef3d75eaa402656a8.tar.bz2
refinerycms-blog-1167a1d6a99e51f8f7d1a3cef3d75eaa402656a8.zip
We don't need those h in Rails 3.
Diffstat (limited to 'app/views/admin/blog/comments/_comment.html.erb')
-rw-r--r--app/views/admin/blog/comments/_comment.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/comments/_comment.html.erb b/app/views/admin/blog/comments/_comment.html.erb
index 1817c48..d762067 100644
--- a/app/views/admin/blog/comments/_comment.html.erb
+++ b/app/views/admin/blog/comments/_comment.html.erb
@@ -1,6 +1,6 @@
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= "comment-#{comment.to_param}" -%>">
<span class='title'>
- <%=h comment.name %>
+ <%= comment.name %>
<span class="preview"> - <%= truncate(comment.message, :length => 75) %></span>
</span>
<span class='actions'>