From b3c06562a4a58e2cd0711f126f58d09b22c97e74 Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Wed, 15 Jun 2011 11:24:40 -0500 Subject: you have to specify .css for some filenames --- app/views/shared/admin/_autocomplete.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/admin/_autocomplete.html.erb b/app/views/shared/admin/_autocomplete.html.erb index 7a3baa1..b4898cc 100644 --- a/app/views/shared/admin/_autocomplete.html.erb +++ b/app/views/shared/admin/_autocomplete.html.erb @@ -1,4 +1,4 @@ -<% content_for :stylesheets, stylesheet_link_tag("ui-lightness/jquery-ui-1.8.13.custom") -%> +<% content_for :stylesheets, stylesheet_link_tag("ui-lightness/jquery-ui-1.8.13.custom.css") -%> <% content_for :javascripts do %> <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js" %> -- cgit v1.2.3