Sha256: 2cb81aa86ade87ce28b1a7aa74a3fb6b4457ea7f594a41a5d66ee67ec2e64c5d
Contents?: true
Size: 636 Bytes
Versions: 2
Compression:
Stored size: 636 Bytes
Contents
<!doctype html> <html lang="<%= I18n.locale %>"> <head> <meta charset="utf-8"> <title><%= @title ? @title : 'Cavy' %></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <%= stylesheet_link_tag 'cavy/application', media: 'all' %> <%= javascript_include_tag 'cavy/application' %> <%= csrf_meta_tags %> </head> <body id="site"> <header> <% flash.each do |key, value| %> <div class="callout secondary <%= key %>"><%= value %></div> <% end %> </header> <main id="centeredContent"> <%= yield %> </main> <footer> © Ruby Rainbows <%= Time.now.year %> </footer> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cavy-0.1.0.beta2 | app/views/layouts/cavy/sessions.html.erb |
cavy-0.1.0.beta1 | app/views/layouts/cavy/sessions.html.erb |