From 1167a1d6a99e51f8f7d1a3cef3d75eaa402656a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 3 Dec 2010 09:08:07 +0200 Subject: We don't need those h in Rails 3. --- app/views/admin/blog/comments/_comment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/blog/comments/_comment.html.erb') 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 @@
  • "> - <%=h comment.name %> + <%= comment.name %> - <%= truncate(comment.message, :length => 75) %> -- cgit v1.2.3