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" }}