Merge pull request #3409 from alchemy-fr/PHRAS-2989-Prod-detailed-view-basket

PHRAS-2989 #comment Prod - Detailed view - link in basket
This commit is contained in:
Nicolas Maillat
2020-03-23 14:33:46 +01:00
committed by GitHub

View File

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