Skip to content
Snippets Groups Projects
Commit 07488f7d authored by Christian Dresen's avatar Christian Dresen
Browse files

[WarpMain] Added mattermost and gitlab to support section in about page

parent a141bb79
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,26 @@ ...@@ -21,10 +21,26 @@
<h3>{% trans "support" %}</h3> <h3>{% trans "support" %}</h3>
<p>{% trans "support_text"%}</p> <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;"> <a href="mailto:info@draysen.de" style="text-decoration: none;">
<button type="button" class="btn btn-default"> <button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> info@draysen.de <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> info@draysen.de
</button> </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> </a>
<br> <br>
<br> <br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment