aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/posts')
-rw-r--r--app/views/admin/blog/posts/_form.html.erb16
1 files changed, 9 insertions, 7 deletions
diff --git a/app/views/admin/blog/posts/_form.html.erb b/app/views/admin/blog/posts/_form.html.erb
index 941dd03..de46afc 100644
--- a/app/views/admin/blog/posts/_form.html.erb
+++ b/app/views/admin/blog/posts/_form.html.erb
@@ -57,14 +57,16 @@
:delete_title => t('admin.blog.posts.post.delete')
} %>
<% end -%>
-<% content_for :head do %>
+<% content_for :stylesheets do -%>
<style type='text/css'>
- ul.blog_categories, ul.blog_categories li {
- list-style: none;
- margin: 0px;
- padding: 0px;
- }
- </style>
+ ul.blog_categories, ul.blog_categories li {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ }
+ </style>
+<% end -%>
+<% content_for :after_javascript_libraries do %>
<script type='text/javascript'>
$(document).ready(function(){
$('#toggle_advanced_options').click(function(e){