]> git.ipfire.org Git - pbs.git/commitdiff
builds: Show summary
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Feb 2025 15:42:38 +0000 (15:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Feb 2025 15:42:38 +0000 (15:42 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/builds/macros.html

index 1d28aadcc6198ed2dba2ddf1e43ac30056145b02..b838e0304dcdb2fa3926e8c892663a5da2b84893 100644 (file)
                                                <span class="level mb-0">
                                                        <span class="level-left">
                                                                <span class="level-item">
-                                                                       <strong>
-                                                                               {{ build }}
-                                                                       </strong>
+                                                                       <div>
+                                                                               <h6 class="title is-6">
+                                                                                       {{ build }}
+                                                                               </h6>
+
+                                                                               {# Show the summary in a second line #}
+                                                                               <p class="has-text-grey">
+                                                                                       <small>
+                                                                                               {{ build.pkg.summary | summary }}
+                                                                                       </small>
+                                                                               </p>
+                                                                       </div>
                                                                </span>
                                                        </span>