From 56de9ac88864d7e7a025701e4cc868a9f33ca28b Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Fri, 4 Mar 2011 20:22:03 -0800 Subject: [PATCH] Added validation --- app/views/layouts/application.html.erb | 51 +++++++++++++++++++++-- app/views/welcome/_adoption_form.html.erb | 36 ---------------- app/views/welcome/_combo_form.html.erb | 36 ++++++++++++++++ public/stylesheets/main.css | 8 ++++ 4 files changed, 91 insertions(+), 40 deletions(-) delete mode 100644 app/views/welcome/_adoption_form.html.erb create mode 100644 app/views/welcome/_combo_form.html.erb diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 96802ff..3e61364 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -5,7 +5,7 @@ <%= stylesheet_link_tag "main" %> <%= javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false" %> <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" %> - <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js" %> + <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js" %> <%= javascript_include_tag "https://github.com/scottschiller/Snowstorm/raw/master/snowstorm-min.js" %>