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/categories/_category.html.erb | 2 +- app/views/admin/blog/comments/_comment.html.erb | 2 +- app/views/admin/blog/posts/_post.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/admin/blog') diff --git a/app/views/admin/blog/categories/_category.html.erb b/app/views/admin/blog/categories/_category.html.erb index fe484ee..d8c8a61 100644 --- a/app/views/admin/blog/categories/_category.html.erb +++ b/app/views/admin/blog/categories/_category.html.erb @@ -1,6 +1,6 @@
  • - <%=h category.title %> + <%= category.title %>   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) %> diff --git a/app/views/admin/blog/posts/_post.html.erb b/app/views/admin/blog/posts/_post.html.erb index 2bb80b4..795f897 100644 --- a/app/views/admin/blog/posts/_post.html.erb +++ b/app/views/admin/blog/posts/_post.html.erb @@ -1,6 +1,6 @@
  • - <%=h post.title %> + <%= post.title %>   -- cgit v1.2.3