diff --git a/view/list.php b/view/list.php
index 9f7b9d96eb9a5d60c307a802bfc84bdfe6d095f2..50482448bb18cc865fdbc9d02cfefcad60da71a2 100644
--- a/view/list.php
+++ b/view/list.php
@@ -15,7 +15,7 @@
                 <?php foreach($listParams["keys"] as $key): ?>
                     <td><?php echo $line->{$key}(); ?></td>
                 <?php endforeach; ?>
-                    <td> <button >Editer</button>
+                    <td> <button type="button" class="btn btn-primary">Editer</button>
                 </tr>
             <?php endforeach; ?>
         </tbody>