Don't put a "v" in front of the version when it's a develop version.

This commit is contained in:
James Cole 2024-02-05 06:29:19 +01:00
parent ab441d7d0c
commit 20b1fc05cb
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -12,7 +12,7 @@
{# Firefly III version #}
<tr>
<td>Firefly III</td>
<td>v{{ FF_VERSION }} / v{{ config('firefly.api_version') }} / {{ system.db_version }} (exp. {{ config('firefly.db_version') }})
<td>{% if FF_VERSION starts with 'develop' %}{{ FF_VERSION }}{% else %}{{ FF_VERSION }}{% endif %} / v{{ config('firefly.api_version') }} / {{ system.db_version }} (exp. {{ config('firefly.db_version') }})
</td>
</tr>
{# PHP version + settings #}