diff options
author | Joe Sak <joe@joesak.com> | 2011-06-15 11:24:40 -0500 |
---|---|---|
committer | Joe Sak <joe@joesak.com> | 2011-06-15 11:24:40 -0500 |
commit | b3c06562a4a58e2cd0711f126f58d09b22c97e74 (patch) | |
tree | c8f14cb15af24b888105e95430ce3ffe29f81a21 | |
parent | 9fbe0a644cf5977cf42cd62402c660b247ba9a56 (diff) | |
download | refinerycms-blog-b3c06562a4a58e2cd0711f126f58d09b22c97e74.tar.gz refinerycms-blog-b3c06562a4a58e2cd0711f126f58d09b22c97e74.tar.bz2 refinerycms-blog-b3c06562a4a58e2cd0711f126f58d09b22c97e74.zip |
you have to specify .css for some filenames
-rw-r--r-- | app/views/shared/admin/_autocomplete.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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" %> |