Sha256: 46f6864affdcbc253aac17b5f59602bc16e7a2fe5094df3472d405ae0b595eae
Contents?: true
Size: 801 Bytes
Versions: 17
Compression:
Stored size: 801 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 -# application layout styled for Bootstrap 2.3 %header = render 'layouts/navigation' %main{:role => "main"} .container .content .row .span12 = render 'layouts/messages' = yield %footer
Version data entries
17 entries across 17 versions & 1 rubygems