mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
hop
This commit is contained in:
parent
a600196151
commit
aba47600ff
@ -119,9 +119,9 @@
|
|||||||
<div id="persons" class="action-row">
|
<div id="persons" class="action-row">
|
||||||
<h3>{{ $t('persons_involved') }}</h3>
|
<h3>{{ $t('persons_involved') }}</h3>
|
||||||
|
|
||||||
<ul>
|
<ul class="list-unstyled">
|
||||||
<li v-for="p in personsReachables" :key="p.id">
|
<li v-for="p in personsReachables" :key="p.id">
|
||||||
<input v-model="personsPicked" :value="p.id" type="checkbox">
|
<input v-model="personsPicked" :value="p.id" type="checkbox" class="me-2">
|
||||||
<person-render-box render="badge" :options="{}" :person="p"></person-render-box>
|
<person-render-box render="badge" :options="{}" :person="p"></person-render-box>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user