Files
firefly-iii/resources/views/partials/layout/v4/footer.blade.php
2023-07-12 07:07:06 +02:00

12 lines
458 B
PHP

<footer class="app-footer">
<!--begin::To the end-->
<div class="float-end d-none d-sm-inline">
v<a href="{{ route('debug') }}">{{ $FF_VERSION }}</a>
</div>
<!--end::To the end-->
<!--begin::Copyright-->
<a href="https://github.com/firefly-iii/firefly-iii/">Firefly III</a> &copy; James Cole,
<a href="https://github.com/firefly-iii/firefly-iii/blob/main/LICENSE">AGPL-3.0-or-later</a>
<!--end::Copyright-->
</footer>