stats: Update histogram on stats page to take up 100% of the width, add stats page to the base HTML nav
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -16,7 +16,12 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
[ <a href="{{route_url("/")}}">Home</a> / <a href="{{route_url("/news")}}">News</a> / <a href="{{route_url("/faq")}}">FAQ</a> ]
|
||||
[
|
||||
<a href="{{route_url("/")}}">Home</a> /
|
||||
<a href="{{route_url("/stats")}}">Stats</a> /
|
||||
<a href="{{route_url("/news")}}">News</a> /
|
||||
<a href="{{route_url("/faq")}}">FAQ</a>
|
||||
]
|
||||
</nav>
|
||||
{% block body %}
|
||||
<header>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class="infobox">
|
||||
<h4>Histogram</h4>
|
||||
<p>
|
||||
<img src="{{static_url("histogram.svg")}}" width="33%" />
|
||||
<img src="{{static_url("histogram.svg")}}" width="100%" />
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" href="{{static_url("histogram.svg")}}">Click here to see the full histogram view</a>
|
||||
|
||||
Reference in New Issue
Block a user