fix: handles internal app version better

This commit is contained in:
2025-09-15 12:33:16 -05:00
parent 3e4a2d9bb1
commit a42e0d4d1a
6 changed files with 53 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
{% block body %}{% endblock %}
<div class="mt-2 inline-flex gap-4 justify-between text-white">
<a class="text-sm" href="{{ path('app_login') }}">Sign In</a>
<span class="text-sm">v{{ version }}</span>
<span class="text-sm">{{ app_version() }}</span>
</div>
</div>
</body>