From 6bc49b3637ed1e1a8bf018b86c3dbd4bc3dab469 Mon Sep 17 00:00:00 2001 From: Christian Dresen <c.dresen@fh-muenster.de> Date: Mon, 19 Sep 2016 23:36:16 +0200 Subject: [PATCH] [WarpInfra] Added links for gitlab, mattermost and etherpad --- www/web/templates/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/web/templates/base.html b/www/web/templates/base.html index cdffec0..aba4622 100644 --- a/www/web/templates/base.html +++ b/www/web/templates/base.html @@ -67,7 +67,10 @@ {% else %} <ul class="nav navbar-nav"> - <li><a href="/pizza" id="pizza">PizzaSheet</a></li> + <li><a href="/pizza">PizzaSheet</a></li> + <li><a href="https://gitlab.warpzone.ms">Gitlab</a></li> + <li><a href="https://mattermost.warpzone.ms">Mattermost</a></li> + <li><a href="https://pad.warpzone.ms">EhterPad</a></li> </ul> {% endif %} </div> -- GitLab