mirror of
https://git.roflcopter.fr/lesanges/equipment.git
synced 2025-06-02 10:01:52 +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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{else}}
|
{{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}}
|
{{/list}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{else}}
|
{{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}}
|
{{/list}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue