From c3ec4ef4e1e6d8ffe5c70c8a9732dfe60424294d Mon Sep 17 00:00:00 2001 From: SimonHeimberg Date: Sun, 30 Oct 2016 23:55:23 +0100 Subject: [PATCH] show build date on project view in web interface fixes #134 --- src/templates/project.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/templates/project.twig b/src/templates/project.twig index 0686ca7..7f494ce 100644 --- a/src/templates/project.twig +++ b/src/templates/project.twig @@ -43,7 +43,8 @@ ΒΆ
- by {{ commit.author }} on {{ commit.date|date('j M Y H:i') }} + by {{ commit.author }} on {{ commit.date|date('j M Y H:i') }}, + built on {{ commit.builddate|date('j M Y H:i') }}
{% endmacro %}