Sha256: 3f638078c116882da4e07b80f26588d4403b42d65e828a81dd1a5994410235d7
Contents?: true
Size: 1.18 KB
Versions: 14
Compression:
Stored size: 1.18 KB
Contents
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> <title><%%= content_for?(:title) ? yield(:title) : "<%= app_name %>" %></title> <%%= csrf_meta_tags %> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script> <![endif]--> <%%= stylesheet_link_tag "application", :media => "all" %> </head> <body> <%%= render :partial => "layouts/header"%> <div class="container gap-top"> <div class="row"> <%%= render :partial => "layouts/sidebar"%> <section class=" <%%if content_for?(:sidebar) || content_for?(:nav)%> four fifths <%%end%> padded"> <%%= groundwork_flash %> <%%= yield %> </section> </div> <footer class="footer align-center"> <p>© Company 2013</p> </footer> </div> <!-- /container --> <%%= javascript_include_tag "application" %> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems