diff --git a/www/web/warpmain/templates/warpmain/about.html b/www/web/warpmain/templates/warpmain/about.html index d2f527f88829d5a1d91779c1e795742d565a9b89..3fa0cca4170d018d2ed34b0e0b3d13cf087b8411 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>