From 18be7fba48fc3f1fd7a638843447c28da34208a9 Mon Sep 17 00:00:00 2001
From: Christophe de Django Creation SAS <contact@django-creation.fr>
Date: Fri, 27 May 2016 14:19:29 +0200
Subject: [PATCH] add links in footer

---
 templates/_footer.haml | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/templates/_footer.haml b/templates/_footer.haml
index 2c834b2b..44e59e62 100644
--- a/templates/_footer.haml
+++ b/templates/_footer.haml
@@ -3,12 +3,24 @@
 #footer.container-fluid
   - blocktrans
     Memopol is free software
-    <a href="https://github.com/political-memory/political_memory">released</a>
+    <a href="https://gitorious.org/memopol2-0">released</a>
     under the terms of the
     <a href="http://www.gnu.org/licenses/agpl.html">GNU aGPLV3+</a>
-  %a{href: "https://github.com/political-memory/political_memory/issues"}
+  %a{href: "https://projets.lqdn.fr/projects/mempol"}
     - trans "Bug tracking system"
-  %a{href: "https://github.com/political-memory/political_memory/issues/new"}
+  &nbsp;
+  %a{href: "https://projets.lqdn.fr/projects/mempol/issues/new"}
     - trans "Report a bug"
   %br
   {% trans "Provided by" %} <a href="http://www.laquadrature.net/">La Quadrature du Net</a>
+  %br
+  %hr
+  %a{href: "http://parltrack.euwiki.org/"}
+    - trans "Parltrack"
+  &nbsp;
+  %a{href: "http://www.memopol.org/"} 
+    - trans "Blog"
+  &nbsp;
+  %a{href: "http://memopol.readthedocs.io/en/master/"} 
+    - trans "Documentation"
+
-- 
GitLab