Merge pull request #847 from alphagov/make-total-default-on-job

Make ‘total’ the default status on a job
This commit is contained in:
Chris Hill-Scott
2016-08-05 14:48:06 +01:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
{% from "components/pill.html" import pill %}
<div class="bottom-gutter">
{{ pill('Status', counts, status) }}
{{ pill('Status', counts, request.args.get('status', '')) }}
</div>