Link to human-friendly console instead of raw text

This commit is contained in:
Alexandre Aubin 2018-01-30 14:55:55 -05:00
parent 58c30f5b79
commit 9fd0cea840
2 changed files with 4 additions and 4 deletions

View file

@ -41,9 +41,9 @@
{% endfor %}
<td class="ci-app-test-info">
{% if result.date == None %}
<span class="daysAgo" href="{{ result.url }}">???</span>
<span class="daysAgo" href="{{ result.url.replace("consoleText", "consoleFull") }}">???</span>
{% else %}
<span class="daysAgo" timestamp="{{ result.date.timestamp() }}" href="{{ result.url }}"></span>
<span class="daysAgo" timestamp="{{ result.date.timestamp() }}" href="{{ result.url.replace("consoleText", "consoleFull") }}"></span>
{% endif %}
{% if result.commit != result.app.master_commit %}
<span class="oi oi-clock text-warning"

View file

@ -41,9 +41,9 @@
{% endfor %}
<td class="ci-app-test-info px-0">
{% if result.date == None %}
<span class="daysAgo" href="{{ result.url }}">???</span>
<span class="daysAgo" href="{{ result.url.replace("consoleText", "consoleFull") }}">???</span>
{% else %}
<span class="daysAgo" timestamp="{{ result.date.timestamp() }}" href="{{ result.url }}"></span>
<span class="daysAgo" timestamp="{{ result.date.timestamp() }}" href="{{ result.url.replace("consoleText", "consoleFull") }}"></span>
{% endif %}
{% if result.commit != result.app.master_commit %}
<span class="oi oi-clock text-warning"