Sha256: d04432ff92e84133a7764aa79647650ecfca8877bf8b1d2ae5a04df2ecc78e03
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
<!DOCTYPE html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <!-- Uncomment to make IE8 render like IE7 --> <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" /> --> <!-- Set the viewport width to device width for mobile --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><%= content_for?(:title) ? yield(:title) : "Base Title" %></title> <!-- Include google fonts --> <!-- <link href='http://fonts.googleapis.com/css?family=Family1|Family2' rel='stylesheet' type='text/css'> --> <%= stylesheet_link_tag "application", media: "all" %> <%= csrf_meta_tags %> </head> <body> <div class="container"> <%= render 'shared/flashes' %> <%= yield %> </div> <%= javascript_include_tag "application" %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trireme-0.2.0 | lib/trireme/templates/app/views/layouts/application.html.erb |
trireme-0.0.1 | lib/trireme/templates/app/views/layouts/application.html.erb |