mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Fix drunk mistake
This commit is contained in:
parent
5468d19c4c
commit
226d808a6b
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if result.app.public_commit != result.app.master_commit %}
|
{% if result.app.public_commit != result.app.master_commit %}
|
||||||
{% if result.app.public_vs_master_time_diff > 60 %}
|
{% if result.app.public_vs_master_time_diff > 60 %}
|
||||||
<span class="oi oi-warning text-warning"
|
|
||||||
{% else %}
|
|
||||||
<span class="oi oi-warning text-danger"
|
<span class="oi oi-warning text-danger"
|
||||||
|
{% else %}
|
||||||
|
<span class="oi oi-warning text-warning"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
title="Master commit is not up to date with {{ result.app.list.name }}.json !"></span>
|
title="Master commit is not up to date with {{ result.app.list.name }}.json !"></span>
|
||||||
|
|
Loading…
Reference in a new issue