Files
firefly-iii/resources/views/v2/partials/layout/footer.blade.php
2023-08-05 06:34:28 +02:00

12 lines
458 B
PHP

<footer class="app-footer">
<!--begin::To the end-->
<div class="float-end d-none d-sm-inline">
<a href="{{ route('debug') }}">v{{ $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>