{% extends "zumanji/layout.html" %} {% load zumanji_helpers %} {% block content %}
Revision | Datetime | Tags | Tests |
---|---|---|---|
#{{ build.id }} — {{ build.revision.label }} {{ build.revision.oneline }} — {{ build.revision.author.name }} |
{{ build.datetime|timesince }} {{ build.datetime }} |
{% with build.tags.all as tags %} {% if tags %} {% for tag in build.tags.all %} {{ tag.label }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} — {% endif %} {% endwith %} | {{ build.num_tests }} |
Note: Builds are ordered by revision commit date.
{% endblock %}