Skip to content

Commit

Permalink
Remove redundant javascript_include_tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Feb 18, 2012
1 parent d45d819 commit f02c770
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/admin/posts/_form.html.erb
@@ -1,7 +1,3 @@
<% content_for(:head) do -%>
<%= javascript_include_tag 'admin/edit-preview' %>
<% end -%>
<%= form.inputs do -%>
<%= form.input :title -%>
<%= form.input :body, :hint => "<a href='http://textile.thresholdstate.com/'>Textile enabled</a>. Use Ctrl+E to switch between preview and edit mode.".html_safe -%>
Expand Down

0 comments on commit f02c770

Please sign in to comment.