mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 04:24:26 +00:00
8 lines
374 B
Twig
8 lines
374 B
Twig
<footer class="main-footer">
|
|
|
|
<small><a href="https://firefly-iii.org/">Firefly III</a> © James Cole, <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-or-later</a></small>
|
|
<div class="float-right d-none d-sm-inline-block">
|
|
<b>{{ 'version'|_ }}</b> <a href="{{ route('debug') }}">{{ Config.get('firefly.version') }}</a>
|
|
</div>
|
|
</footer>
|