aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/posts/show.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-06-27 22:29:31 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2012-06-27 22:29:31 +0300
commit8b1d10fab257d8a0ce7230f27a530dd7f8140acc (patch)
treea51bffee0dd234df9c823257d9c7bf3a02c92fd6 /app/views/refinery/blog/posts/show.html.erb
parentfc97c846689d545a2b3844c8f9810eda129c8803 (diff)
downloadrefinerycms-blog-8b1d10fab257d8a0ce7230f27a530dd7f8140acc.tar.gz
refinerycms-blog-8b1d10fab257d8a0ce7230f27a530dd7f8140acc.tar.bz2
refinerycms-blog-8b1d10fab257d8a0ce7230f27a530dd7f8140acc.zip
Use shorter syntax of render where possible.
Diffstat (limited to 'app/views/refinery/blog/posts/show.html.erb')
-rw-r--r--app/views/refinery/blog/posts/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refinery/blog/posts/show.html.erb b/app/views/refinery/blog/posts/show.html.erb
index d7abd1e..bc9b203 100644
--- a/app/views/refinery/blog/posts/show.html.erb
+++ b/app/views/refinery/blog/posts/show.html.erb
@@ -10,7 +10,7 @@
<%= render '/refinery/blog/shared/body_content_right' %>
-<%= render :partial => "/refinery/content_page", :locals => { :remove_automatic_sections => true } %>
+<%= render "/refinery/content_page", :remove_automatic_sections => true %>
<% content_for :stylesheets, stylesheet_link_tag('refinery/blog/frontend') %>
<% content_for :javascripts do %>