Sha256: 9a04915a98640d4706cbb1b926e2de3f87b7c7aa38ef80c1f25b2a28864020bf
Contents?: true
Size: 754 Bytes
Versions: 4
Compression:
Stored size: 754 Bytes
Contents
!!! %html %head %meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0"} %title= content_for?(:title) ? yield(:title) : '<%= app_name.underscore.titleize %>' %meta{:name => "description", :content => "#{content_for?(:description) ? yield(:description) : '<%= app_name.underscore.titleize %>'}"} = stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true -# Modernizr is required for Zurb Foundation 4 = javascript_include_tag "vendor/custom.modernizr" = javascript_include_tag "application", "data-turbolinks-track" => true = csrf_meta_tags %body %header = render 'layouts/navigation' %main{:role => "main"} = render 'layouts/messages' = yield
Version data entries
4 entries across 4 versions & 1 rubygems