feat: Add version footer to verify production deployment

- Add v2.1.0 - Verpachtungsmanagement indicator in footer
- Helps verify that the new Verpachtung features are deployed
- Subtle version display for deployment confirmation
This commit is contained in:
Stiftung Development
2025-09-15 21:45:59 +02:00
parent 4be6be203e
commit 9df9840cf2

View File

@@ -441,6 +441,8 @@
<div class="container-lg mx-auto my-auto" style="max-width: 1200px;"> <div class="container-lg mx-auto my-auto" style="max-width: 1200px;">
<div class="copyright text-center my-auto"> <div class="copyright text-center my-auto">
<span>&copy; 2025 van Hees-Theyssen-Vogel'sche Stiftung. Alle Rechte vorbehalten.</span> <span>&copy; 2025 van Hees-Theyssen-Vogel'sche Stiftung. Alle Rechte vorbehalten.</span>
<br>
<small class="text-muted">v2.1.0 - Verpachtungsmanagement • Sept 2025</small>
</div> </div>
</div> </div>
</footer> </footer>