From f22da13e81b22dc95e552863f9dd6a42fb72c668 Mon Sep 17 00:00:00 2001
From: cortylal <alexcortyl@gmail.com>
Date: Thu, 19 Jun 2014 01:34:04 +0200
Subject: [PATCH] stats

---
 view/stats.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/view/stats.php b/view/stats.php
index 4387862..bc4801f 100644
--- a/view/stats.php
+++ b/view/stats.php
@@ -3,6 +3,8 @@
       <div class="page-header">
         <h1>Statistiques</h1>
       </div>
+
+        <h4>Statistiques générales : </h4>
       <table class="table">
         <thead>
             
@@ -17,7 +19,7 @@
 
       <br/>
       <hr/>
-      <h3>Top 3 des meilleurs clients</h3>
+      <h4>Top 3 des meilleurs clients</h4>
       <table class="table">
         <thead>
                 <th>Nom </th>
-- 
GitLab