Sha256: 6486b749225eba5b2014821e9cebb094da83840463a10838668bff0ce77682f3

Contents?: true

Size: 1.88 KB

Versions: 1

Compression:

Stored size: 1.88 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title><%= @title %></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">

    <!-- Le styles -->
    <link href="<%= url('/css/bootstrap.css') %>" rel="stylesheet">
    <style>
        body {
            padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
        }
    </style>
    <link href="<%= url('/css/bootstrap-responsive.css') %>" rel="stylesheet">

    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

    <![endif]-->
</head>

<body>

<div class="navbar navbar-fixed-top">
    <div class="navbar-inner">
        <div class="container">
            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
            </a>
            <a class="brand" href="<%= url('/') %>">Log Viewer</a>
            <!--<div class="nav-collapse">-->
                <!--<ul class="nav">-->
                    <!--<li class="active"><a href="/">Home</a></li>-->
                    <!--<li><a href="#about">About</a></li>-->
                    <!--<li><a href="#contact">Contact</a></li>-->
                <!--</ul>-->
            <!--</div>-->
        </div>
    </div>
</div>

<div class="container">

    <%=  yield %>

</div> <!-- /container -->

<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="<%= url('/js/jquery-1.7.2.min.js') %>"></script>
<script src="<%= url('/js/bootstrap.js') %>"></script>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongo_request_logger-0.1.0 views/layout.erb