Sha256: 5368052f50b5709b31e2f118ca75f19028dc854b026199c959ab5c34e9e084c4
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 Bytes
Contents
doctype 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 header == render 'layouts/navigation' main[role="main"] == render 'layouts/messages' == yield
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_layout-0.5.7 | lib/generators/layout/templates/bootstrap3-application.html.slim |