Sha256: c851eefab7f053d0857da30ccbb2c02ec4db7c5502fca091874aeddff8bafb52
Contents?: true
Size: 1.92 KB
Versions: 15
Compression:
Stored size: 1.92 KB
Contents
<!doctype html> <html lang="en" ng-app="mongoRequestLogger"> <head> <meta charset="utf-8"> <title ng-bind-template="{{page_title}}">Logs</title> <%# KLUDGE: this is the only reason why this is still an erb template %> <base href="<%= url('/') %>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <script src="lib/angular-ui/angular-ui-ieshiv.js"></script> <![endif]--> <!-- Le styles --> <link href="lib/bootstrap/css/bootstrap.css" rel="stylesheet"> <link href="lib/angular-ui/angular-ui.css" rel="stylesheet"> <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } </style> <!-- 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="#/">Log Viewer</a> </div> </div> </div> <div class="container"> <div ng-view></div> </div> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="lib/jquery/jquery-1.7.2.min.js"></script> <script src="lib/angular/angular.js"></script> <script src="lib/angular-ui/angular-ui.js"></script> <script src="lib/bootstrap/js/bootstrap.js"></script> <script src="js/app.js"></script> <script src="js/services.js"></script> <script src="js/controllers.js"></script> <script src="js/filters.js"></script> <script src="js/directives.js"></script> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems