From bba5d80146ac1cbfa709ef4be355dad5bf0a731e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 13 May 2019 20:53:05 +0100 Subject: [PATCH] Bug 21626: (follow-up) Template corrections for arrayref Signed-off-by: Katrin Fischer --- .../prog/en/includes/about-team.inc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc index 94636470db..9cc01325f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc @@ -70,7 +70,7 @@
  • Release maintainer:
      [% FOREACH m IN t.maintainer %] - [% IF m.version == v %] + [% IF m.version == ( v - 0.01 ) %]
    • [% INCLUDE person p=m %]
    • [% END %] [% END %] @@ -123,9 +123,19 @@ [% END %] [% IF t.ci %] -
    • Jenkins maintainer: - [% INCLUDE person p=t.ci %] -
    • + [% IF t.ci.size == 1 %] +
    • Jenkins maintainer: + [% INCLUDE person p=t.ci.0 %] +
    • + [% ELSE %] +
    • Jenkins maintainers: +
        + [% FOREACH j IN t.ci %] +
      • [% INCLUDE person p=j %] + [% END %] +
      +
    • + [% END %] [% END %] [% IF t.bugwrangler %] -- 2.20.1