Sha256: 6729ee23a35e3f2344e26b614a4f42545fa2c1d84b5216188a76ab11432d6e93
Contents?: true
Size: 591 Bytes
Versions: 3
Compression:
Stored size: 591 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Oso<%= " :: #@title" if @title %></title> <link href="/style.css" rel="stylesheet" type="text/css"> </head> <body> <% if @title %> <h1> Oso :: <%= @title %> <a class="btn" href="/">home</a> </h1> <% end %> <%= yield %> <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.min.js"></script> <script type="text/javascript" src="/jquery.ago.js"></script> <script type="text/javascript"> $(function() { $("[data-at]").ago() }) </script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oso-2.0.1 | lib/oso/views/layout.rhtml |
oso-2.0.0 | lib/oso/views/layout.rhtml |
oso-1.0.1 | lib/oso/views/layout.rhtml |