Skip to content
This repository has been archived by the owner on Mar 3, 2025. It is now read-only.

Commit

Permalink
correction bug: nombre des messages par structure
Browse files Browse the repository at this point in the history
  • Loading branch information
FaouziaTek committed Feb 21, 2025
1 parent f415041 commit a16d86a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<span class="badge bg-danger">
{{ nbre_messages_non_lus }} non lus / {{ nbre_total }} messages
</span>
{% else %}
{% elif nbre_total > 0 %}
<!-- Badge bleu pour le nombre total de messages -->
<span class="badge bg-info">
{{ nbre_total }} message{{ nbre_total|pluralize }}
Expand Down

0 comments on commit a16d86a

Please sign in to comment.