From 6254259b7351957ad1c0497a368c3f5abe9b349b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 1 Dec 2017 21:51:05 +0100 Subject: [PATCH] Display relative date of test on branch page --- appci/templates/branch.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/appci/templates/branch.html b/appci/templates/branch.html index bd72a3e..3923e04 100644 --- a/appci/templates/branch.html +++ b/appci/templates/branch.html @@ -61,6 +61,8 @@ .canvasjs-chart-credit { display: none; } + .daysAgo { font-size: 12px; width:100px; } + @@ -83,6 +85,7 @@ {% for test in data.tests %}
{{ test }}
{% endfor %} + @@ -97,6 +100,8 @@ {% endfor %} {% endif %} + + {% endfor %} @@ -144,5 +149,19 @@ chart.render(); } + +