17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
!!! 5
|
|
%html
|
|
%head
|
|
%title
|
|
= t("titles.main", :thing => t("defaults.thing").titleize)
|
|
= stylesheet_link_tag "application"
|
|
= 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/jquery-ui.min.js"
|
|
= javascript_include_tag "application"
|
|
= csrf_meta_tag
|
|
%meta{:name => "viewport", :content => "initial-scale=1.0, user-scalable=no"}
|
|
%script{:type => "text/javascript"}
|
|
var _gaq=_gaq||[];_gaq.push(["_setAccount","UA-20825280-2"]),_gaq.push(["_setDomainName",".adoptahydrant.org"]),_gaq.push(["_trackPageview"]),function(){var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=("https:"==document.location.protocol?"https://ssl":"http://www")+".google-analytics.com/ga.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)}();
|
|
%body
|
|
= yield
|