#106 Ajout du mode Repositories Local
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
|
||||
<h4 class="mb-4">Commentaires</h4>
|
||||
|
||||
@if (Model.Details.Commentaires.Any())
|
||||
@if (Model.Details.Commentaires != null && Model.Details.Commentaires.Any())
|
||||
{
|
||||
foreach (var comment in Model.Details.Commentaires.OrderByDescending(c => c.DateCreation))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user