update debriefing show entity view

This commit is contained in:
Simon Vieille 2022-04-15 18:12:11 +02:00
parent 9a3af36f4b
commit f34707b082
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -11,6 +11,8 @@
{% for item in entity.projects %}
{{ item.label }}<br>
{% else %}
-
{% endfor %}
</li>
<li class="list-group-item">
@ -23,6 +25,17 @@
{{ entity.externalContributors|nl2br }}
</li>
<li class="list-group-item">
<span class="font-weight-bold pb-2 d-block">Fichiers</span>
{% for item in entity.files %}
<a class="btn btn-light border btn-sm mb-2 d-block" href="{{ asset(item.file) }}">
{{ item.name }}
</a>
{% else %}
-
{% endfor %}
</li>
</ul>
</div>
<div class="col-md-9 p-3">