fix incorrect method call for javascript_include_tag

This commit is contained in:
djones 2010-11-22 16:16:32 +13:00
parent c802a0db9b
commit a45885bcd3

View file

@ -82,7 +82,7 @@
<% content_for :head do %>
<%= stylesheet_link_tag('refinery/refinerycms-blog') %>
<%# this javascript is not even required in >= 0.9.9 because we made this sort of menu core. %>
<%= javascript_link_tag('refinery/refinerycms-blog') %>
<%= javascript_include_tag('refinery/refinerycms-blog') %>
<% end %>
<% else %>
<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog')%>