Sha256: 5df7ff43a1c97be626ba30009ee05cf192201db121e82d72756ee25c1dff4061
Contents?: true
Size: 753 Bytes
Versions: 22
Compression:
Stored size: 753 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 %>" %></title> <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 %> </head> <body> <header> <%%= render 'layouts/navigation' %> </header> <main role="main"> <%%= render 'layouts/messages' %> <%%= yield %> </main> </body> </html>
Version data entries
22 entries across 20 versions & 1 rubygems
Version | Path |
---|---|
rails_layout-1.0.13 | lib/generators/layout/install/templates/bootstrap3-application.html.erb |
rails_layout-1.0.12 | lib/generators/layout/install/templates/bootstrap3-application.html.erb |