|
|
@ -21,13 +21,12 @@ else
|
|
|
|
<p><strong>ID :</strong> @quote.Id</p>
|
|
|
|
<p><strong>ID :</strong> @quote.Id</p>
|
|
|
|
<p><strong>Contenu :</strong> @quote.Content</p>
|
|
|
|
<p><strong>Contenu :</strong> @quote.Content</p>
|
|
|
|
<p><strong>Langue :</strong> @quote.Langue</p>
|
|
|
|
<p><strong>Langue :</strong> @quote.Langue</p>
|
|
|
|
<p><strong>Likes :</strong> @quote.Like</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p><strong>Personnage :</strong> @quote.Charac</p>
|
|
|
|
<p><strong>Personnage :</strong> @quote.Charac</p>
|
|
|
|
<p><strong>Image :</strong> @quote.ImgPath</p>
|
|
|
|
<p><strong>Image :</strong> @quote.ImgPath</p>
|
|
|
|
<p><strong>Source :</strong> @quote.TitleSrc</p>
|
|
|
|
<p><strong>Source :</strong> @quote.TitleSrc</p>
|
|
|
|
<p><strong>Date de source :</strong> @quote.DateSrc.ToShortDateString()</p>
|
|
|
|
<p><strong>Date de source :</strong> @quote.DateSrc.ToShortDateString()</p>
|
|
|
|
<p><strong>Utilisateur proposition :</strong> @quote.UserProposition</p>
|
|
|
|
<p><strong>Utilisateur :</strong> @quote.UserProposition</p>
|
|
|
|
|
|
|
|
|
|
|
|
<button @onclick="() => ValiderQuote(quote.Id)">Valider</button>
|
|
|
|
<button @onclick="() => ValiderQuote(quote.Id)">Valider</button>
|
|
|
|
<button @onclick="() => RejeterQuote(quote.Id)">Rejeter</button>
|
|
|
|
<button @onclick="() => RejeterQuote(quote.Id)">Rejeter</button>
|
|
|
|