-
commit {{ hash }}
+
+
+
commit {{ hash }}
- Author:
- {{ author }}
@@ -34,9 +36,23 @@
title="{% call util::commit_title(reachable) %}">{{ message }}
+
Runs
+
+{% if runs.is_empty() %}
+There aren't any runs yet.
+{% else %}
+
+ {% for run in runs %}
+ - {{ run|safe }}
+ {% endfor %}
+
+{% endif %}
+
+
{% endblock %}