delete article

This commit is contained in:
Parpaillax
2024-04-30 14:28:32 +02:00
parent bc0a7eb33e
commit bcc6a672e8
5 changed files with 19 additions and 14 deletions

View File

@@ -118,7 +118,7 @@
</div>
<div class="row">
<div th:each="article : ${articles}" class="col-md-6 mb-4" >
<a th:href="@{/article/show(id=${article.id})}" class="text-decoration-none text-dark" id="article-card">
<a th:href="@{/article/show(id=${article.id})}" class="text-decoration-none text-dark" id="article-card">
<div class="card shadow-sm h-100 card-article">
<div class="row g-0">
<div class="col-md-4 d-flex align-items-center justify-content-center p-3">