Sha256: 162411c57abf417d9fc635cb43a25af4f34b41f5d117d638fdfd912d2ded44da
Contents?: true
Size: 706 Bytes
Versions: 1
Compression:
Stored size: 706 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><%= content_for?(:title) ? yield(:title) : "DummyApp" %></title> <link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %> <%= csrf_meta_tags %> </head> <body> <header> <%= render "site/header" %> </header> <main> <%= yield %> </main> <footer> <%= render "site/footer" %> </footer> <%= javascript_include_tag "application" %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
self_systeem-0.1.0 | test/dummy_app/app/views/layouts/application.html.erb |