diaspora/app/views/layouts
Steven Hancock e1607baff4 jquery_include_tag helper
Implement the jquery_include_tag helper, which is used in several
views but was not implemented in the code. This helper attempts to
load jQuery from the Google CDN (matching the version of the vendored
jquery.js in jquery-rails), falling back to the vendored copy if the
google CDN fails. The helper also loads jquery_ujs.js from jquery-rails.

A jquery_cdn setting is added to application.yml to enable or disable
serving jQuery from the Google CDN (for those podmins who would rather
not use Google's services).

Update app/views/application.html.haml to use the jquery_include_tag
helper since it was the only view that was including the vendored
copy of jquery directly with jquery_include_tag.
2012-03-27 18:07:44 -07:00
..
_header.html.haml fix header styling when not signed in; remove ilya's static page 2012-01-07 14:23:27 -08:00
application.html.haml jquery_include_tag helper 2012-03-27 18:07:44 -07:00
application.mobile.haml Move Javascript to the asset pipeline 2012-03-27 18:07:44 -07:00
main_stream.html.haml Move Javascript to the asset pipeline 2012-03-27 18:07:44 -07:00
main_stream.mobile.haml Switch boilerplate for bootstrap 2 on mobile. [ci skip] 2012-01-29 11:51:47 -08:00
notifier.html.erb fixed emails to show avatars, have subject lines that allow threading in email clients, and relevant content previews 2011-07-15 21:22:29 -07:00
notifier.text.haml fixed emails to show avatars, have subject lines that allow threading in email clients, and relevant content previews 2011-07-15 21:22:29 -07:00
post.html.haml Move Javascript to the asset pipeline 2012-03-27 18:07:44 -07:00