From b8d2bcb913827e1db612b2952e74d316669e6835 Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Wed, 15 Jun 2011 11:02:59 -0500 Subject: autocomplete added for tags --- app/views/shared/admin/_autocomplete.html.erb | 55 +++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 app/views/shared/admin/_autocomplete.html.erb (limited to 'app/views/shared') diff --git a/app/views/shared/admin/_autocomplete.html.erb b/app/views/shared/admin/_autocomplete.html.erb new file mode 100644 index 0000000..7a3baa1 --- /dev/null +++ b/app/views/shared/admin/_autocomplete.html.erb @@ -0,0 +1,55 @@ +<% content_for :stylesheets, stylesheet_link_tag("ui-lightness/jquery-ui-1.8.13.custom") -%> + +<% content_for :javascripts do %> + <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js" %> + +<% end %> \ No newline at end of file -- cgit v1.2.3