From 20b1fc05cb3dc024e3da396ada58d50f3384634d Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 5 Feb 2024 06:29:19 +0100 Subject: [PATCH] Don't put a "v" in front of the version when it's a develop version. --- resources/views/partials/debug-table.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/debug-table.twig b/resources/views/partials/debug-table.twig index 9017028842..eb4a358161 100644 --- a/resources/views/partials/debug-table.twig +++ b/resources/views/partials/debug-table.twig @@ -12,7 +12,7 @@ {# Firefly III version #} Firefly III - v{{ FF_VERSION }} / v{{ config('firefly.api_version') }} / {{ system.db_version }} (exp. {{ config('firefly.db_version') }}) + {% 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') }}) {# PHP version + settings #}