Sha256: eb183ec25f884c26feb3c97706783e1bd3c0283fdc33128fe32fa879d4027f81
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= yield(:title) %></title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= yield(:head) %> </head> <body> <div class="content"> <%= yield %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_blog_engine-0.0.4 | spec/dummy/app/views/layouts/application.html.erb |
rails_blog_engine-0.0.3 | spec/dummy/app/views/layouts/application.html.erb |