style: ajuster la mise en forme des balises HTML dans Index.cshtml
This commit is contained in:
@@ -60,13 +60,14 @@
|
|||||||
<div class="d-flex gap-2">
|
<div class="d-flex gap-2">
|
||||||
|
|
||||||
<form asp-action="Like" method="post">
|
<form asp-action="Like" method="post">
|
||||||
<input type="hidden" name="IdTitre" value="@Model.Details.IdTitre" />
|
<input type="hidden" name="IdTitre" value="@Model.Details.IdTitre"/>
|
||||||
<button type="submit" class="btn btn-outline-primary btn-sm">
|
<button type="submit" class="btn btn-outline-primary btn-sm">
|
||||||
<i class="fa fa-thumbs-up me-1"></i> Like
|
<i class="fa fa-thumbs-up me-1"></i> Like
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<a asp-area="Administration" asp-controller="Titre" asp-action="Edit" asp-route-id="@Model.Details.IdTitre" class="btn text-primary btn-sm">
|
<a asp-area="Administration" asp-controller="Titre" asp-action="Edit"
|
||||||
|
asp-route-id="@Model.Details.IdTitre" class="btn text-primary btn-sm">
|
||||||
<i class="fa fa-pen-to-square me-1"></i> Editer
|
<i class="fa fa-pen-to-square me-1"></i> Editer
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -88,7 +89,7 @@
|
|||||||
class="img-fluid rounded shadow"
|
class="img-fluid rounded shadow"
|
||||||
alt="Jaquette"
|
alt="Jaquette"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
fetchpriority="high" />
|
fetchpriority="high"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -121,7 +122,7 @@
|
|||||||
<input name="Auteur"
|
<input name="Auteur"
|
||||||
class="form-control input-full"
|
class="form-control input-full"
|
||||||
placeholder="Votre nom"
|
placeholder="Votre nom"
|
||||||
required />
|
required/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -133,7 +134,8 @@
|
|||||||
<textarea name="Contenu"
|
<textarea name="Contenu"
|
||||||
rows="3"
|
rows="3"
|
||||||
class="form-control input-full"
|
class="form-control input-full"
|
||||||
placeholder="Votre commentaire..."></textarea>
|
placeholder="Votre commentaire..."
|
||||||
|
required></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -168,7 +170,7 @@
|
|||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
class="rounded-circle me-3 shadow-sm"
|
class="rounded-circle me-3 shadow-sm"
|
||||||
alt="avatar" />
|
alt="avatar"/>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<strong>@comment.Auteur</strong>,
|
<strong>@comment.Auteur</strong>,
|
||||||
|
|||||||
Reference in New Issue
Block a user