1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-16 10:31:41 +04:00

Update footer to display version only in production environment

This commit is contained in:
codecalm
2025-01-28 21:27:37 +01:00
parent e74d9dc326
commit 40750e1cb7
+1 -1
View File
@@ -22,7 +22,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
{% if environment == 'preview' or environment == 'production' %}
{% if environment == 'production' %}
<a href="{{ page | relative }}/changelog.html" class="link-secondary" rel="noopener">
v{{ package.version }}
</a>