Sha256: a41b334ffdb0cbe7e1ea6d770f016be3214dea9e1defee08ae296872df918ba6

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 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>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oso-1.0.0 lib/oso/views/layout.rhtml