PHRAS-2989 Fix on detailled view

This commit is contained in:
Harrys Ravalomanana
2020-03-23 15:52:25 +04:00
parent 3d64d47614
commit 769185952c
3 changed files with 7 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<div style="margin:3px 0">
{% set appbox = '' %}
<div class="history-{{action}}">
<div class="history-block history-{{action}}">
{% if action == 'push' %}
{% set n_user = done['final']|length %}
{% set appbox = '<span class="provenance">' ~ site %}
@@ -63,11 +63,9 @@
{% endif %}
</span>
<p style="font-size:10px;text-decoration:italic;">{{hour}}</p>
</div>
<div style="font-size:10px;text-decoration:italic;">{{hour}}</div>
{% endfor %}
{% endfor %}
{% endfor %}