From c09487dc73296c855f45c51690b029a0e16a9076 Mon Sep 17 00:00:00 2001 From: Will Date: Sat, 09 May 2026 16:02:53 +0000 Subject: [PATCH] appview: show fork count on repo cards Signed-off-by: Will --- appview/pages/templates/user/fragments/repoCard.html | 6 ++++++ 1 file(s) changed, 6 insertion(s)(+), 0 deletion(s)(-) diff --git a/appview/pages/templates/user/fragments/repoCard.html b/appview/pages/templates/user/fragments/repoCard.html --- a/appview/pages/templates/user/fragments/repoCard.html +++ b/appview/pages/templates/user/fragments/repoCard.html @@ -65,6 +65,12 @@ {{ i "star" "w-3 h-3 fill-current" }} {{ . }} {{ end }} + {{ with .ForkCount }} +
+ {{ i "git-fork" "w-3 h-3 fill-current" }} + {{ . }} +
+ {{ end }} {{ with .IssueCount.Open }}
{{ i "circle-dot" "w-3 h-3" }} -- tangled.sh