aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2010-11-20 11:58:54 -0600
committerJoe Sak <joe@joesak.com>2010-11-20 11:58:54 -0600
commitcab02942d0838219ea491f61bbb3c647221e0531 (patch)
tree7300962f6015e79eb8f08af3daa20430030838ed /app/views/admin
parenta214b9e7168890ce52c3336350663669cb938ce5 (diff)
downloadrefinerycms-blog-cab02942d0838219ea491f61bbb3c647221e0531.tar.gz
refinerycms-blog-cab02942d0838219ea491f61bbb3c647221e0531.tar.bz2
refinerycms-blog-cab02942d0838219ea491f61bbb3c647221e0531.zip
More deprecation warnings found
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/blog/_submenu.html.erb6
-rw-r--r--app/views/admin/blog/comments/show.html.erb2
2 files changed, 5 insertions, 3 deletions
diff --git a/app/views/admin/blog/_submenu.html.erb b/app/views/admin/blog/_submenu.html.erb
index 5c93891..5db96cf 100644
--- a/app/views/admin/blog/_submenu.html.erb
+++ b/app/views/admin/blog/_submenu.html.erb
@@ -78,7 +78,9 @@
</ul>
</nav>
-<% content_for :head do %>
+<% content_for :stylesheets do -%>
<%= stylesheet_link_tag 'refinery/refinerycms-blog' %>
+<% end -%>
+<% content_for :javascripts do -%>
<%= javascript_include_tag 'refinery/refinerycms-blog' %>
-<% end %> \ No newline at end of file
+<% end -%> \ No newline at end of file
diff --git a/app/views/admin/blog/comments/show.html.erb b/app/views/admin/blog/comments/show.html.erb
index 1cc29bb..f22edd8 100644
--- a/app/views/admin/blog/comments/show.html.erb
+++ b/app/views/admin/blog/comments/show.html.erb
@@ -60,4 +60,4 @@
</table>
</div>
-<% content_for :head, stylesheet_link_tag('refinery/refinerycms-blog') %> \ No newline at end of file
+<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog') %> \ No newline at end of file