support discord link added to admin notifications on dashboard

This commit is contained in:
Peter Pfeufer 2021-04-06 10:44:12 +02:00
parent 9725c9c947
commit 76e18a79b3
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -18,9 +18,20 @@
{% endfor %}
</ul>
</div>
<div class="text-right" style="position:absolute;bottom:5px;right:5px;">
<a href="https://gitlab.com/allianceauth/allianceauth/issues"><span class="label" style="background-color:#e65328;">
<i class="fab fa-gitlab" aria-hidden="true"></i> Powered by GitLab</span>
<div class="text-right" style="position: absolute; bottom: 5px; right: 5px;">
<a href="https://gitlab.com/allianceauth/allianceauth/issues" target="_blank" style="margin-right: 0.5rem;">
<span class="label" style="background-color: #e65328;">
<i class="fab fa-gitlab" aria-hidden="true"></i>
{% translate 'Powered by GitLab' %}
</span>
</a>
<a href="https://discord.com/invite/fjnHAmk" target="_blank">
<span class="label" style="background-color: rgb(110,133,211);">
<i class="fab fa-discord" aria-hidden="true"></i>
{% translate 'Support Discord' %}
</span>
</a>
</div>
</div>