Sha256: 1ece952ec574a082f4216daf1920dfd2274f1aff641ce3405241c07f36d57169

Contents?: true

Size: 701 Bytes

Versions: 4

Compression:

Stored size: 701 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Boilerman</title>
  <%= include_gon %>
  <%= stylesheet_link_tag    "boilerman/application", media: "all" %>
  <%= javascript_include_tag "boilerman/application" %>
  <%= csrf_meta_tags %>
</head>
<body>
    <header class="navbar navbar-fixed-top navbar-inverse">
      <div class="container">
        <%= link_to "Boilerman", '#', id: "logo" %>
        <nav>
          <ul class="nav navbar-nav navbar-right">
            <li><%= link_to "Controllers",   '#' %></li>
            <li><%= link_to "Checks",   '#' %></li>
          </ul>
        </nav>
      </div>
    </header>
    <div class="container">
      <%= yield %>
    </div>
  </body>
</html>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
boilerman-0.0.4 app/views/layouts/boilerman/application.html.erb
boilerman-0.0.3 app/views/layouts/boilerman/application.html.erb
boilerman-0.0.2 app/views/layouts/boilerman/application.html.erb
boilerman-0.0.1 app/views/layouts/boilerman/application.html.erb