Sha256: d9cbc168bb9c1c2c518097dfe3a0fe2fa6826ee79096eedca5c47902e827c61f
Contents?: true
Size: 932 Bytes
Versions: 1
Compression:
Stored size: 932 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title><%= page_title %></title> <meta name="keywords" content=""/> <meta name="description" content=""/> <link rel="stylesheet" href="https://s3.amazonaws.com/cdn.kurbmedia.com/assets/fonts.css" type="text/css" media="screen" charset="utf-8" /> <%= stylesheet_link_tag 'transit' %> <!--[if lte IE 8]> <![endif]--> <!--[if IE 8]> <![endif]--> </head> <body> <div id="wrapper"> <%= link_to 'Return home', root_path, :id => 'homelink' %> <span id="headline">transit v<%= Transit::VERSION %></span> <%= yield %> </div> <div id="footer"> <div> <p class='current_date'> <span><%= Date.today.strftime('%b') %></span> <%= Date.today.strftime('%d') %> <strong><%= Date.today.strftime('%A') %></strong> </p> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transit-0.0.1 | app/views/layouts/transit.html.erb |