Sha256: 92f8ef2bea96931b75efa760be273836addf2c3a36e585cdab06abc451687187

Contents?: true

Size: 1.1 KB

Versions: 4

Compression:

Stored size: 1.1 KB

Contents

!!!
%html{lang: I18n.locale}
  %head
    = display_meta_tags site: Foundationstone::Config.app_name
    = stylesheet_link_tag 'application', data: { 'turbolinks-track' => true }
    /[if lt IE 9]
      = javascript_include_tag 'http://html5shiv.googlecode.com/svn/trunk/html5.js'
    %meta{charset: 'utf-8'}
    %meta{content: "We're in s.r.o.", name: 'author'}
    %meta{content: 'index,follow', name: 'robots'}
    %meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0' }
    %link{href: image_path('apple-touch-icon.png'), rel: 'apple-touch-icon'}
    %link{href: image_path('apple-touch-icon-72x72.png'), rel: 'apple-touch-icon', sizes: '72x72'}
    %link{href: image_path('apple-touch-icon-114x114.png'), rel: 'apple-touch-icon', sizes: '114x114'}
    %link{href: image_path('apple-touch-icon-144x144.png'), rel: 'apple-touch-icon', sizes: '144x144'}
    %link{href: image_path('favicon.ico'), rel: 'shortcut icon'}
    = csrf_meta_tags
  = render 'layouts/layout'
  = google_analytics Foundationstone::Config.google_analytics
  = javascript_include_tag 'application', data: { 'turbolinks-track' => true }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foundationstone-0.0.4 app/views/layouts/application.html.haml
foundationstone-0.0.3 app/views/layouts/application.html.haml
foundationstone-0.0.2 app/views/layouts/application.html.haml
foundationstone-0.0.1 app/views/layouts/application.html.haml