mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
minor style changes
This commit is contained in:
parent
e21ff588ae
commit
930b6ff77e
@ -23,7 +23,7 @@
|
|||||||
{% for resource in personResources %}
|
{% for resource in personResources %}
|
||||||
<div class="item-bloc">
|
<div class="item-bloc">
|
||||||
<div class="item-row">
|
<div class="item-row">
|
||||||
<div class="item-col">
|
<div class="item-col" style="width: 50%">
|
||||||
{% if resource.person is not null %}
|
{% if resource.person is not null %}
|
||||||
<div class="denomination h3">
|
<div class="denomination h3">
|
||||||
<span class="name">{{ resource.person }}</span>
|
<span class="name">{{ resource.person }}</span>
|
||||||
@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="item-col">
|
<div class="item-col" style="justify-content: flex-end; ">
|
||||||
{% if resource.kind %}
|
{% if resource.kind %}
|
||||||
<span>{{ resource.kind.title.fr|capitalize }}</span>
|
<span>{{ resource.kind.title.fr|capitalize }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user