Sha256: 35a501c7ac01667340e2839de775ba934abfe4f013784bde0464afe3edeb859b
Contents?: true
Size: 977 Bytes
Versions: 3
Compression:
Stored size: 977 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> <title>M O N G O 3</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="icon" href="/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/> <%= stylesheets %w[mongo3] %> <%= javascripts %w[jquery_min jquery_ui_min jquery.tools.min application jit.min] %> </head> <body id="body"> <div id="overall"> <div id="logo"> <a href="/explore" style="float:left"> <img src='/images/mongo3.png' style="border:none"/> <span id="version"><%=Mongo3.version%></span> </a> <div class="flash">Hello World</div> </div> <div id="main"> <%= yield %> </div> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mongo3-0.0.9 | lib/views/layout.erb |
mongo3-0.0.8 | lib/views/layout.erb |
mongo3-0.0.7 | lib/views/layout.erb |