aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/_submenu.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/_submenu.html.erb')
-rw-r--r--app/views/admin/blog/_submenu.html.erb6
1 files changed, 4 insertions, 2 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