Implémentation de la publication d'un billet
This commit is contained in:
parent
fc1775147f
commit
4941f3bdef
11 changed files with 3653 additions and 48 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue