Sha256: b3152f14fd5d3a95bf76e3bb862600a23e94d6444f2e1276ab3ae5bf086608c6
Contents?: true
Size: 686 Bytes
Versions: 3
Compression:
Stored size: 686 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 = javascript_include_tag "application", "data-turbolinks-track" => true = csrf_meta_tags %body .container %header = render 'layouts/navigation' %main{:role => "main"} = render 'layouts/messages' = yield %footer
Version data entries
3 entries across 3 versions & 1 rubygems