app/views/main.scala.html (29 lines of code) (raw):
@(content: Html)
<!DOCTYPE html>
<html>
<head>
<title>prout - pull request deployment monitor</title>
<link rel="stylesheet" media="screen" href="@routes.Assets.at("lib/bootstrap/css/bootstrap.min.css")" />
<link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/main.css")">
</head>
<body>
<nav class="navbar navbar-inverse" role="navigation">
<a class="navbar-brand" href="#"><i>prout - <small>is your pull request out?</small></i></a>
</nav>
<div class="body container">
@content
</div>
<footer class="gw-footer">
<div class="container">
<ul class="gw-footer-links">
<li><a href="https://github.com/guardian/prout">GitHub</a></li>
<li>·</li>
<li><a href="http://www.theguardian.com/info/developer-blog/2015/feb/03/prout-is-your-pull-request-out">Guardian blogpost</a></li>
<li>·</li>
<li><a href="https://gu-who.herokuapp.com/">gu:who</a> (audit your GitHub org)</li>
</ul>
<p></p>
</div>
</footer>
<!-- @app.BuildInfo.gitCommitId -->
</body>
</html>