Merge branch 'master' of codefirst.iut.uca.fr:leo.tuaillon/SAE_2A_FA-Reseau_ALICA

ipzrirz pqfm
alexis-rendu
Clément Verdoire 1 year ago
commit 14479cf2a3

@ -151,9 +151,7 @@ class UtilisateurControleur
$numberPages = ceil($totalOffers / 5);
$msg = NULL;
if($numberPages == 0 ) {
$msg = 'Aucune Offre Trouvée';
}
if (isset($_GET["page"]) && intval($_GET["page"]) != null) {
$page = intval($_GET["page"]);

@ -96,9 +96,10 @@
<div class="col-md-8 offset-md-2">
{% if offre is not empty %}
{% if offres %}
{% for offre in offres %}
<article class="list-group-item">
<article class="list-group-item">
<div class="row1">
<img src="{{dir}}/public/uploads/{{offre.getLogo()}}" class="img-fluid rounded" alt="logo"> <!-- Ajoutez la classe "rounded" pour arrondir les coins -->
<h4>{{ offre.getNom() }}</h4>

Loading…
Cancel
Save