aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/admin/blog/posts/_form.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/admin/blog/posts/_form.html.erb b/app/views/admin/blog/posts/_form.html.erb
index 941dd03..692dafa 100644
--- a/app/views/admin/blog/posts/_form.html.erb
+++ b/app/views/admin/blog/posts/_form.html.erb
@@ -65,6 +65,8 @@
padding: 0px;
}
</style>
+<% end %>
+<% content_for :javascripts do %>
<script type='text/javascript'>
$(document).ready(function(){
$('#toggle_advanced_options').click(function(e){
@@ -78,4 +80,4 @@
});
});
</script>
-<% end %> \ No newline at end of file
+<% end %>