From f15bc4b3308cfbfa92d3ad0f1b934366f0435b58 Mon Sep 17 00:00:00 2001 From: iamyaash Date: Fri, 8 Aug 2025 12:11:09 +0530 Subject: [PATCH] chore(ui): use repo/shabox template Signed-off-by: iamyaash --- templates/repo/commits_list.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl index f4c10e62f0..e77b1cb581 100644 --- a/templates/repo/commits_list.tmpl +++ b/templates/repo/commits_list.tmpl @@ -51,10 +51,12 @@ {{else if $.Reponame}} {{$commitShaLink = (printf "%s/commit/%s" $commitRepoLink (PathEscape .ID.String))}} {{end}} - - {{ShortSha .ID.String}} - {{if .Signature}}{{template "repo/shabox_badge" dict "root" $ "verification" .Verification}}{{end}} - + {{template "repo/shabox" (dict + "sha1" .ID.String + "commitLink" $commitShaLink + "signature" .Signature + "verification" .Verification + )}}