Sha256: 5eb14d65b48365263e90e3ed43ecda282e33e94b8ba39f28ba1577c5816853c3
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <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>Mitamirri: <%= yield :title -%></title> <%= stylesheet_link_tag 'mitamirri' %> <%= Seer::init_visualization -%> </head> <body> <p style="color: green"><%= flash[:notice] %></p> <%= yield %> <p class="footer">Generated by <a href="http://github.com/Bantik/mitamirri/">Mitamirri</a> by <a href="http://www.idolhands.com/">Corey Ehmke</a> / <a href="http://www.seologic.com/">SEOLogic</a>.</p> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mitamirri-0.13.8 | app/views/layouts/application.html.erb |