Skip to content

Commit

Permalink
tshbrychgjvh
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverQueenArrowTheBest committed Oct 23, 2022
1 parent caac2b8 commit cd7e654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NationalLibrary/Views/Home/userDashboard.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<tr>
<th>Titolo Libro</th>
<th>Autore Libro</th>
<th>Genere Libro</th>
<th>Commento</th>
<th>Richiesto Il</th>
<th>Stato Richiesta</th>
</tr>
Expand All @@ -82,8 +82,8 @@
<tr>
<td>@item.Title</td>
<td>@item.Author</td>
<td>@item.Comment</td>
<td>@item.RequestDate.Day/@item.RequestDate.Month/@item.RequestDate.Year</td>
<td>@item.Title</td>
<td>@item.State</td>
</tr>
}
Expand Down

0 comments on commit cd7e654

Please sign in to comment.