some small style improvements in thirdparty section

This commit is contained in:
2021-12-06 14:25:00 +01:00
parent ce171ec747
commit 0617014e91
8 changed files with 65 additions and 42 deletions

View File

@@ -82,7 +82,9 @@
<div class="item-row entity-bloc">
<div class="item-col">
{{ _self.label(thirdparty, options) }}
<span class="badge bg-thirdparty-{{ thirdparty.kind }}">{{ ('thirdparty.' ~ thirdparty.kind)|trans }}</span>
{% if thirdparty.kind %}
<span class="badge rounded-pill bg-thirdparty-{{ thirdparty.kind }}">{{ ('thirdparty.' ~ thirdparty.kind)|trans }}</span>
{% endif %}
</div>
<div class="item-col">
{% if options['isConfidential'] %}