Add queue tab
This commit is contained in:
parent
06e2f25107
commit
1eeee43f2c
4 changed files with 33 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
|||
<a href="{{ base.root }}/commit/" {% if base.current=="commit" %} class="current" {% endif %}>
|
||||
commit
|
||||
</a>
|
||||
<a href="{{ base.root }}/queue/" {% if base.current=="queue" %} class="current" {% endif %}>
|
||||
queue
|
||||
</a>
|
||||
</nav>
|
||||
{% block body %}{% endblock %}
|
||||
</body>
|
||||
|
|
|
|||
8
templates/queue.html
Normal file
8
templates/queue.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}queue{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h2>Queue</h2>
|
||||
<p>Sorry, nothing here yet.</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue