From 7d820cb9c6d529c7228ac79a9c685db979b72a9a Mon Sep 17 00:00:00 2001
From: clement <clemmercier45@gmail.com>
Date: Tue, 17 Jun 2014 23:26:05 +0200
Subject: [PATCH] edit button

---
 view/list.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/view/list.php b/view/list.php
index f8e3e09..9f7b9d9 100644
--- a/view/list.php
+++ b/view/list.php
@@ -15,6 +15,7 @@
                 <?php foreach($listParams["keys"] as $key): ?>
                     <td><?php echo $line->{$key}(); ?></td>
                 <?php endforeach; ?>
+                    <td> <button >Editer</button>
                 </tr>
             <?php endforeach; ?>
         </tbody>
-- 
GitLab