update dashboard

This commit is contained in:
Simon Vieille 2022-04-26 09:08:55 +02:00
parent 74abb487ad
commit eae8ffde37
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -30,6 +30,8 @@
{{ entity.date|date('d/m/Y') }}
</span>
</a>
{% else %}
<div class="list-group-item">Aucun élément</div>
{% endfor %}
</div>
</div>
@ -47,6 +49,8 @@
<a href="{{ safe_path('admin_conference_show', {entity: entity.id}) }}" class="list-group-item list-group-item-action">
{{ entity.label }}
</a>
{% else %}
<div class="list-group-item">Aucun élément</div>
{% endfor %}
</div>
</div>
@ -64,6 +68,8 @@
<a href="{{ safe_path('admin_debriefing_show', {entity: entity.id}) }}" class="list-group-item list-group-item-action">
{{ entity.topic }}
</a>
{% else %}
<div class="list-group-item">Aucun élément</div>
{% endfor %}
</div>
</div>