Skip to content

Commit 1eabeec

Browse files
committed
Add new status page to the navigation of the site
1 parent a0df5ae commit 1eabeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body class="container">
1313
<div>&gt; <a href="index.html">graphs</a>, <a href="compare.html">compare</a>,
1414
<a href="dashboard.html">dashboard</a>, <a href="bootstrap.html">bootstrap</a>,
15-
<a href="status.html">status</a>, <a href="help.html">help</a>.
15+
<a href="status.html">status</a>, <a href="status_new.html">status new</a>, <a href="help.html">help</a>.
1616
</div>
1717
{% block content %}{% endblock %}
1818
<div style="text-align: center;">

0 commit comments

Comments
 (0)