1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

fix: update footer condition to include preview environment for changelog link

This commit is contained in:
codecalm
2025-05-19 23:39:35 +02:00
parent 3e35545edc
commit ef9d75f32f
+1 -1
View File
@@ -23,7 +23,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
{% if environment == 'production' %}
{% if environment == 'production' or environment == 'preview' %}
<a href="{{ page | relative }}/changelog.html" class="link-secondary" rel="noopener">
v{{ package.version }}
</a>