From 2358d64d276bbc7a818ab925edbfaf99efa7c259 Mon Sep 17 00:00:00 2001 From: Yomi Colledge Date: Wed, 12 May 2010 17:59:48 +0100 Subject: [PATCH] Added jquery-include to the features show action. --- app/views/features/show.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/features/show.html.erb b/app/views/features/show.html.erb index 6bbb13c8..2eea4dd7 100644 --- a/app/views/features/show.html.erb +++ b/app/views/features/show.html.erb @@ -1,5 +1,6 @@ <% content_for :js_head do %> <%= javascript_include_tag "http://cdn.jquerytools.org/1.2.0/all/jquery.tools.min.js" %> + <%= javascript_include_tag "jquery-include.js" %> <%= javascript_include_tag "tooltips.js" %> <%end %>