More fixes for #2607

This commit is contained in:
James Cole
2019-10-03 20:19:29 +02:00
parent 5148a8bbb9
commit 5372a126c5
4 changed files with 668 additions and 2 deletions

View File

@@ -140,7 +140,7 @@
<div class="pull-right hidden-xs">
<b>{{ 'version'|_ }}</b> <a href="{{ route('debug') }}">{{ Config.get('firefly.version') }}</a>
</div>
<strong><a href="https://github.com/firefly-iii/firefly-iii">Firefly III</a></strong>
<strong><a href="https://github.com/firefly-iii/firefly-iii">Firefly III</a></strong> <small class="text-muted">Developed by James Cole, the source code is licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-or-later</a>.</small>
</footer>
{% include('partials.control-bar') %}

View File

@@ -50,6 +50,11 @@
</div>
{% block content %}{% endblock %}
</div>
<div class="text-center text-muted">
<small>
Developed by James Cole, the source code is licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-or-later</a>.
</small>
</div>
<script src="v1/js/app.js?v={{ FF_VERSION }}" type="text/javascript"></script>
<script type="text/javascript" src="v1/js/ff/guest.js?v={{ FF_VERSION }}"></script>
{% if config('firefly.analytics_id') != '' %}