Sha256: a63c29ab6d7bc666b527fedd1e03fe9adb79a7f12527d978f265e437d6477ab1
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
!!! != cc_html(class: "no-js", lang: 'en') do %head %meta{charset: 'utf-8'} %meta{content: '', name: 'author'} %meta{content: '', name: 'description'} %meta{content: 'IE=edge,chrome=1', 'http-equiv' => 'X-UA-Compatible'} %meta{content: 'width=device-width, initial-scale=1.0', name: 'viewport'} -#%link{href: '#insert-web-fonts-here', rel: 'stylesheet', type: 'text/css'} = csrf_meta_tags %title = t 'app_name' = yield :page_title = javascript_include_tag 'speedo/modernizr.min.js' = javascript_include_tag 'speedo/respond.js' /[if lt IE 9] %script{:src => "https://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"} = stylesheet_link_tag :application = javascript_include_tag :application = yield :head %body %noscript #noscript_warning This site works best with JavaScript enabled. Some features may not be available #wrapper = render 'layouts/speedo/navbar' .container #main - [:success, :notice, :alert, :error].each do |f| - if flash[f] .flash{class: f}= flash[f] = yield = yield :popups %footer Copyright © = Time.now.year = link_to 'CrankApps', 'http://www.crankapps.com', target: '_blank'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
speedo-0.4.1 | app/views/layouts/speedo/application.html.haml |
speedo-0.4.0 | app/views/layouts/speedo/application.html.haml |