Fix drunk mistake

This commit is contained in:
Alexandre Aubin 2018-03-10 17:12:04 -05:00
parent 5468d19c4c
commit 226d808a6b

View file

@ -52,9 +52,9 @@
{% endif %}
{% if result.app.public_commit != result.app.master_commit %}
{% if result.app.public_vs_master_time_diff > 60 %}
<span class="oi oi-warning text-warning"
{% else %}
<span class="oi oi-warning text-danger"
{% else %}
<span class="oi oi-warning text-warning"
{% endif %}
aria-hidden="true"
title="Master commit is not up to date with {{ result.app.list.name }}.json !"></span>