Implémentation de la publication d'un billet

This commit is contained in:
Paul Schneider 2025-06-28 16:14:52 +01:00
commit 4941f3bdef
11 changed files with 3653 additions and 48 deletions

View file

@ -47,6 +47,7 @@
<div class="container">
<table class="table">
@foreach (var group in Model) {
var title = group.Key ?? "@";
string secondclass="";
@ -95,6 +96,6 @@
}
</table>
@if(Model.Count()==0){<p>Néant</p>}
</div>