Added google to session wall layout

This commit is contained in:
Raphael 2010-07-01 22:13:55 -07:00
parent 8e210cba68
commit 418635aa72

View file

@ -9,7 +9,7 @@
= stylesheet_link_tag "blueprint/screen", :media => 'screen' = stylesheet_link_tag "blueprint/screen", :media => 'screen'
= stylesheet_link_tag "sessions" = stylesheet_link_tag "sessions"
/= javascript_include_tag"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" /= javascript_include_tag"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
= javascript_include_tag 'jquery142' = javascript_include_tag 'jquery142', 'google_a'
= csrf_meta_tag = csrf_meta_tag
= yield(:head) = yield(:head)