From ca5c15bb1e24539e32763dbbf22a302fce114e89 Mon Sep 17 00:00:00 2001
From: "hugues.genin" <hugues.genin@ensiie.fr>
Date: Wed, 19 Dec 2018 21:51:04 +0100
Subject: [PATCH] Ajout d'un bouton follow

---
 src/WebApp/application/views/accueil.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/WebApp/application/views/accueil.php b/src/WebApp/application/views/accueil.php
index 44808cf..71a474a 100644
--- a/src/WebApp/application/views/accueil.php
+++ b/src/WebApp/application/views/accueil.php
@@ -198,6 +198,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
 
         </div>
         <a class="twitter-timeline" data-lang="fr" data-height="1000" data-theme="dark" href="https://twitter.com/BingeWatcher_FR?ref_src=twsrc%5Etfw">Tweets by BingeWatcher_FR</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
+        <a href="https://twitter.com/BingeWatcher_FR?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @BingeWatcher_FR</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
       </div>
 	  </div>
     </section>
-- 
GitLab