Initial signoff template changes

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-07-06 11:00:58 -05:00
parent c5308b7583
commit 52363933c0

View File

@ -3,11 +3,12 @@
{% block navbarclass %}anb-packages{% endblock %}
{% block content %}
{% if packages %}
<div id="dev-signoffs" class="box">
<h2>Package Signoffs</h2>
<p>{{ packages|length }} package{{ packages|pluralize }} found.</p>
<table id="signoffs" class="results">
<thead>
<tr>
@ -43,7 +44,7 @@ <h2>Package Signoffs</h2>
</ul>
</td>
</tr>
{% endfor %}
{% endfor %}
</tbody>
</table>
</div>
@ -57,5 +58,4 @@ <h2>Package Signoffs</h2>
headers: { 6: { sorter: false } } });
});
</script>
{% endif %}
{% endblock %}