aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_form.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2010-12-03 09:13:38 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2010-12-03 09:13:38 +0200
commit420afaf199edba87623c1ec54b8c2fcec4001612 (patch)
tree449c6ac1a1de86454ab24bc575d53a8082c179cf /app/views/admin/blog/posts/_form.html.erb
parent1167a1d6a99e51f8f7d1a3cef3d75eaa402656a8 (diff)
downloadrefinerycms-blog-420afaf199edba87623c1ec54b8c2fcec4001612.tar.gz
refinerycms-blog-420afaf199edba87623c1ec54b8c2fcec4001612.tar.bz2
refinerycms-blog-420afaf199edba87623c1ec54b8c2fcec4001612.zip
Fix deprecation warnings.
Diffstat (limited to 'app/views/admin/blog/posts/_form.html.erb')
-rw-r--r--app/views/admin/blog/posts/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/posts/_form.html.erb b/app/views/admin/blog/posts/_form.html.erb
index 29585ea..0dc6e9b 100644
--- a/app/views/admin/blog/posts/_form.html.erb
+++ b/app/views/admin/blog/posts/_form.html.erb
@@ -1,4 +1,4 @@
-<% form_for [:admin, @blog_post] do |f| -%>
+<%= form_for [:admin, @blog_post] do |f| -%>
<%= render :partial => "/shared/admin/error_messages",
:locals => {
:object => f.object,