snapshot: preserve uniform header chip and account UI polish

This commit is contained in:
Md Bayazid Bostame
2026-03-27 03:09:29 +01:00
parent f2c9b3b65d
commit fe3a8933fd
3 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
{% block shell_header %}
{% include 'workflows/includes/app_header.html' with header_show_home=1 %}
{% include 'workflows/includes/app_header.html' with header_show_home=1 header_inside_shell=1 %}
{% endblock %}
{% block extra_css %}
@@ -30,4 +30,3 @@
<a class="btn btn-secondary" href="/requests/">{% trans "Zum Dashboard" %}</a>
</div>
{% endblock %}

View File

@@ -6,7 +6,7 @@
{% block shell_header %}
{% include 'workflows/includes/app_header.html' with header_show_home=1 %}
{% include 'workflows/includes/app_header.html' with header_show_home=1 header_inside_shell=1 %}
{% endblock %}
{% block extra_css %}
@@ -29,4 +29,3 @@
<a class="btn btn-secondary" href="/requests/">{% trans "Zum Dashboard" %}</a>
</div>
{% endblock %}