From: Michael Tremer Date: Tue, 5 Jul 2022 15:30:56 +0000 (+0000) Subject: builds: Make some pages render again X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56548ba847657826926d9a9480b3ebdf1da15a02;p=pbs.git builds: Make some pages render again Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/modules/list.html b/src/templates/builds/modules/list.html index cf748e71..932f4cdc 100644 --- a/src/templates/builds/modules/list.html +++ b/src/templates/builds/modules/list.html @@ -30,11 +30,11 @@ {% if build.owner %} {{ _("Created %(when)s by %(author)s") % { - "when" : locale.format_date(build.time_created, shorter=True), + "when" : locale.format_date(build.created_at, shorter=True), "author" : build.owner, } }} {% else %} - {{ _("Created %s") % locale.format_date(build.time_created, shorter=True) }} + {{ _("Created %s") % locale.format_date(build.created_at, shorter=True) }} {% end %} diff --git a/src/templates/builds/show.html b/src/templates/builds/show.html index 70462431..8f16b067 100644 --- a/src/templates/builds/show.html +++ b/src/templates/builds/show.html @@ -64,13 +64,13 @@
{# Icon Bar #}