Sha256: 2b8fa6c72d408b00c66f9cceda9e525aa1feeb9f5da3271849e27055b8d5cf63
Contents?: true
Size: 793 Bytes
Versions: 16
Compression:
Stored size: 793 Bytes
Contents
doctype html 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
16 entries across 16 versions & 1 rubygems