From 07488f7d9c0d5287ff73709acf05166443df1e1c Mon Sep 17 00:00:00 2001
From: Christian Dresen <c.dresen@fh-muenster.de>
Date: Tue, 11 Oct 2016 20:44:01 +0200
Subject: [PATCH] [WarpMain] Added mattermost and gitlab to support section in
 about page

---
 www/web/warpmain/templates/warpmain/about.html | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/www/web/warpmain/templates/warpmain/about.html b/www/web/warpmain/templates/warpmain/about.html
index d2f527f..3fa0cca 100644
--- a/www/web/warpmain/templates/warpmain/about.html
+++ b/www/web/warpmain/templates/warpmain/about.html
@@ -21,10 +21,26 @@
 
     <h3>{% trans "support" %}</h3>
     <p>{% trans "support_text"%}</p>
+    <a href="https://mattermost.warpzone.ms/warpzone/channels/infrastruktur" style="text-decoration: none;">
+        <button type="button" class="btn btn-default">
+            <span class="glyphicon glyphicon-user" aria-hidden="true"></span> {% trans "mattermost_channel" %}
+        </button>
+    </a><br /><br />
+   
     <a href="mailto:info@draysen.de" style="text-decoration: none;">
         <button type="button" class="btn btn-default">
             <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> info@draysen.de
         </button>
+    </a><br /><br />
+    <a href="https://gitlab.warpzone.ms/infrastruktur/warpinfra/issues" style="text-decoration: none;">
+        <button type="button" class="btn btn-default">
+            <span class="glyphicon glyphicon-fire" aria-hidden="true"></span> {% trans "issue_tracker" %}
+        </button>
+    </a>
+    <a href="https://gitlab.warpzone.ms/infrastruktur/warpinfra/issues" style="text-decoration: none;">
+        <button type="button" class="btn btn-default">
+            <span class="glyphicon glyphicon-fire" aria-hidden="true"></span> {% trans "issue_tracker" %}
+        </button>
     </a>
     <br>
     <br>
-- 
GitLab