mirror of
https://git.roflcopter.fr/lesanges/equipment.git
synced 2025-05-31 17:31:50 +02:00
Modification message si pas de matériel
This commit is contained in:
parent
794094b712
commit
0828cb8cb9
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
<p class="block alert">Il n'y a aucune entrée : vous devez en ajouter.</p>
|
||||
<p class="block alert">Il n'y a aucune entrée.</p>
|
||||
{{/list}}
|
||||
</section>
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
<p class="block alert">Il n'y a aucune sortie : vous devez en ajouter.</p>
|
||||
<p class="block alert">Il n'y a aucune sortie.</p>
|
||||
{{/list}}
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue