mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Link to human-friendly console instead of raw text
This commit is contained in:
parent
58c30f5b79
commit
9fd0cea840
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue