Sha256: 014ef7848245ddf97f9131bc0e8ceec801fcbff8115556ea46bd9b932d3d4862
Contents?: true
Size: 434 Bytes
Versions: 1
Compression:
Stored size: 434 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= content_for_with_default :top_content do %> <p>This is default top_content.</p> <% end %> <%= content_for_with_default :main_content do %> <p>This is default main_content.</p> <% end %> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry_views-0.0.2 | spec/dummy/app/views/layouts/application.html.erb |