Merge branch 'develop'
This commit is contained in:
commit
aac68a7a2d
1 changed files with 2 additions and 2 deletions
|
|
@ -52,14 +52,14 @@
|
|||
{% endif %}
|
||||
{% if entity.internalContributors %}
|
||||
<li class="list-group-item">
|
||||
<span class="font-weight-bold pb-2 d-block">Contributeur.trice⋅s interne(s)</span>
|
||||
<span class="font-weight-bold pb-2 d-block">Contributeur⋅trice⋅s interne(s)</span>
|
||||
|
||||
{{ entity.internalContributors|nl2br }}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if entity.externalContributors %}
|
||||
<li class="list-group-item">
|
||||
<span class="font-weight-bold pb-2 d-block">Contributeur.trice⋅s externe(s)</span>
|
||||
<span class="font-weight-bold pb-2 d-block">Contributeur⋅trice⋅s externe(s)</span>
|
||||
|
||||
{{ entity.externalContributors|nl2br }}
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue