]> git.ipfire.org Git - pbs.git/commitdiff
builds: Wrap avatars in <figure>
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 7 Feb 2025 16:26:07 +0000 (16:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 7 Feb 2025 16:26:07 +0000 (16:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/builds/macros.html

index e1ebd893926a7eb639e1486ba724db6c15654d86..4f15ac8ef2b63fc93b5a473e159229a08d205f2f 100644 (file)
                                {# List all watchers #}
                                {% for watcher in watchers | sort %}
                                        <a class="level-item" href="/users/{{ watcher.user.name }}" title="{{ watcher.user }}">
-                                               <span class="icon">
+                                               <figure class="image is-32x32">
                                                        {{ Avatar(watcher.user) }}
-                                               </span>
+                                               </figure>
                                        </a>
                                {% endfor %}
                        </div>