Ajout bouton addFriend
continuous-integration/drone/push Build is passing Details

WORK-API
Antoine PINAGOT 1 year ago
parent e6a8540294
commit 1fa4da1662

@ -20,7 +20,7 @@
$loader = new \Twig\Loader\FilesystemLoader(__DIR__.'/views/Templates'); $loader = new \Twig\Loader\FilesystemLoader(__DIR__.'/views/Templates');
$twig = new \Twig\Environment($loader); $twig = new \Twig\Environment($loader);
$template=$twig->load('./page/mail.html.twig'); $template=$twig->load('./page/friend.html.twig');
$template->display([ $template->display([
'pp' => "test2", 'pp' => "test2",
'user' => "Amandine", 'user' => "Amandine",

@ -13,6 +13,9 @@
<li class="breadcrumb-item"><a href="home.html">Accueil</a></li> <li class="breadcrumb-item"><a href="home.html">Accueil</a></li>
<li class="breadcrumb-item active">Ami</li> <li class="breadcrumb-item active">Ami</li>
</ol> </ol>
<style>.btn-mrg{margin:15px; margin-left:85%}</style>
<button class="btn btn-primary btn-mrg" id="btnNavbarSearch" type="button">Ajouter un ami</button>
<div class="card-body"> <div class="card-body">
<div class="datatable-container"> <div class="datatable-container">
<table id="datatablesSimple" class="datatable-table"> <table id="datatablesSimple" class="datatable-table">
@ -22,7 +25,7 @@
<th>Nom</th> <th>Nom</th>
<th>Prénom</th> <th>Prénom</th>
<th>Status</th> <th>Status</th>
<tr></tr> <th></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

Loading…
Cancel
Save