mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Don't put a "v" in front of the version when it's a develop version.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
{# Firefly III version #}
|
{# Firefly III version #}
|
||||||
<tr>
|
<tr>
|
||||||
<td>Firefly III</td>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{# PHP version + settings #}
|
{# PHP version + settings #}
|
||||||
|
Reference in New Issue
Block a user