From a92b5884a28692ffdc301f238e01d8cdc698538f Mon Sep 17 00:00:00 2001 From: Alexander Buntakov Date: Tue, 29 Jan 2019 16:21:05 +0300 Subject: [PATCH] add build version --- Web-documentation/all_contents.html.twig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Web-documentation/all_contents.html.twig b/Web-documentation/all_contents.html.twig index 4398a92..69d87ea 100644 --- a/Web-documentation/all_contents.html.twig +++ b/Web-documentation/all_contents.html.twig @@ -23,7 +23,12 @@ {% if author is not empty %}

{{ author }}

{% endif %} -

Версия {{ version }}

+

Версия: {{ version }}

+ + {% if buildVersion|length %} +

Build: {{ buildVersion }}

+ {% endif %} +

{{ "now"|date("dd.MM.YYYY") }}