Files
firefly-iii/resources/views/v2/partials/layout/footer.blade.php

18 lines
645 B
PHP
Raw Normal View History

2023-07-11 14:42:57 +02:00
<footer class="app-footer">
<!--begin::To the end-->
<div class="float-end d-none d-sm-inline">
2024-04-21 06:57:57 +02:00
<a href="{{ route('debug') }}">
@if(str_starts_with($FF_VERSION, 'develop'))
<span class="text-danger">{{ $FF_VERSION }}</span>
@else
v{{ $FF_VERSION }}
@endif
</a>
</div>
2023-07-11 14:42:57 +02:00
<!--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>
2023-07-11 14:42:57 +02:00
<!--end::Copyright-->
</footer>