From: Michael Tremer Date: Fri, 7 Feb 2025 16:26:07 +0000 (+0000) Subject: builds: Wrap avatars in
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=545483707e5cd86371295f459f7918d71b3bef50;p=pbs.git builds: Wrap avatars in
Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/macros.html b/src/templates/builds/macros.html index e1ebd893..4f15ac8e 100644 --- a/src/templates/builds/macros.html +++ b/src/templates/builds/macros.html @@ -198,9 +198,9 @@ {# List all watchers #} {% for watcher in watchers | sort %} - +
{{ Avatar(watcher.user) }} - +
{% endfor %}