Sha256: 7b97b4841033c6d6a1fd843f87efcb187e7a57e3468e7f764d08e1de3f464b9a
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 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> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_blog_engine-0.0.2 | spec/dummy/app/views/layouts/application.html.erb |