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');
$twig = new \Twig\Environment($loader);
$template=$twig->load('./page/mail.html.twig');
$template=$twig->load('./page/friend.html.twig');
$template->display([
'pp' => "test2",
'user' => "Amandine",

@ -13,6 +13,9 @@
<li class="breadcrumb-item"><a href="home.html">Accueil</a></li>
<li class="breadcrumb-item active">Ami</li>
</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="datatable-container">
<table id="datatablesSimple" class="datatable-table">
@ -22,7 +25,7 @@
<th>Nom</th>
<th>Prénom</th>
<th>Status</th>
<tr></tr>
<th></th>
</tr>
</thead>
<tbody>

Loading…
Cancel
Save