From ac964827e0ab1ac9ad9def470806103d6ee7769d Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Thu, 18 Sep 2025 22:15:08 +0100 Subject: [PATCH] appview: improve border colors for verified commit Signed-off-by: oppiliappan --- appview/pages/templates/repo/commit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/repo/commit.html b/appview/pages/templates/repo/commit.html index 3f504a7c..57817630 100644 --- a/appview/pages/templates/repo/commit.html +++ b/appview/pages/templates/repo/commit.html @@ -61,7 +61,7 @@ {{ $committerDidOrHandle := index $.EmailToDidOrHandle $commit.Committer.Email }} {{ template "user/fragments/picHandleLink" $committerDidOrHandle }} -
+
SSH Key Fingerprint:
{{ .VerifiedCommit.Fingerprint $commit.This }}
-- 2.51.2