Add support link to dashboard
All checks were successful
Tests / test (push) Successful in 25s

This commit is contained in:
Tobias Kunze 2025-06-23 11:37:22 +02:00
parent ddbc97721c
commit 58250bfe6d
2 changed files with 8 additions and 12 deletions

View file

@ -10,8 +10,6 @@
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}"> <link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
<link rel="stylesheet" href="{% static 'css/servala.css' %}"> <link rel="stylesheet" href="{% static 'css/servala.css' %}">
<script src="{% static "js/htmx.min.js" %}" defer></script> <script src="{% static "js/htmx.min.js" %}" defer></script>
{% block extra_css %}
{% endblock extra_css %}
</head> </head>
<title> <title>
{% block html_title %} {% block html_title %}

View file

@ -183,16 +183,14 @@
<small class="text-muted">{% translate "Configure organization details" %}</small> <small class="text-muted">{% translate "Configure organization details" %}</small>
</div> </div>
</a> </a>
{% comment %} <a href="{{ organization.urls.support }}"
{# TODO: use once support form is merged #} class="list-group-item list-group-item-action d-flex align-items-center">
<a href="{{ organization.urls.support }}" class="list-group-item list-group-item-action d-flex align-items-center"> <i class="bi h2 bi-life-preserver me-3 text-info"></i>
<i class="bi h2 bi-life-preserver me-3 text-info"></i> <div>
<div> <h6 class="mb-1">{% translate "Get Support" %}</h6>
<h6 class="mb-1">{% translate "Get Support" %}</h6> <small class="text-muted">{% translate "Access help and documentation" %}</small>
<small class="text-muted">{% translate "Access help and documentation" %}</small> </div>
</div> </a>
</a>
{% endcomment %}
</div> </div>
</div> </div>
</div> </div>