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.erb9
1 files changed, 2 insertions, 7 deletions
diff --git a/app/views/admin/blog/_submenu.html.erb b/app/views/admin/blog/_submenu.html.erb
index db3064f..246488a 100644
--- a/app/views/admin/blog/_submenu.html.erb
+++ b/app/views/admin/blog/_submenu.html.erb
@@ -74,11 +74,6 @@
</nav>
<% content_for :head do %>
- <!-- uses famfamfam icons and a couple Dave made -->
- <style type='text/css'>
- <%= File.open(File.expand_path('../../../../../public/stylesheets/refinerycms-blog.css', __FILE__), 'r').read %>
- </style>
- <script type='text/javascript'>
- <%= File.open(File.expand_path('../../../../../public/javascripts/refinerycms-blog.js', __FILE__), 'r').read %>
- </script>
+ <%= stylesheet_link_tag 'refinery/refinerycms-blog' %>
+ <%= javascript_include_tag 'refinery/refinerycms-blog' %>
<% end %> \ No newline at end of file