Rebase de j3/feat/pagination dans j3/seed_spotify.

This commit is contained in:
Loic Masi
2026-04-03 16:49:56 +02:00
29 changed files with 391 additions and 73 deletions

View File

@@ -74,9 +74,11 @@
}
<!-- Bouton -->
<div class="row justify-content-end">
<button class="btn btn-secondary col-auto mt-3">
Titres plus anciens >>
</button>
<a asp-action="Index" asp-route-page="@(Model.Page + 1)"
class="btn btn-secondary col-auto mt-3">
Titres plus anciens >>
</button>
</a>
</div>
</div>