This commit is contained in:
parent
ceca1e4064
commit
3f045f9f5d
1 changed files with 4 additions and 0 deletions
|
|
@ -102,6 +102,10 @@
|
|||
<div class="card-footer bg-white border-top-0 p-2">
|
||||
<p class="text-danger fw-bold text-center mb-0 small">Projet refusé</p>
|
||||
</div>
|
||||
{elseif $objProject->getStatus() == "supprimé"}
|
||||
<div class="card-footer bg-white border-top-0 p-2">
|
||||
<p class="text-danger fw-bold text-center mb-0 small">Projet archivé</p>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue