Signed-off-by: Will did:plc:dadhhalkfcq3gucaq25hjqon
+6
Diff
round #0
+6
appview/pages/templates/user/fragments/repoCard.html
+6
appview/pages/templates/user/fragments/repoCard.html
···
65
65
<span>{{ . }}</span>
66
66
</div>
67
67
{{ end }}
68
+
{{ with .ForkCount }}
69
+
<div class="flex gap-1 items-center text-sm">
70
+
{{ i "git-fork" "w-3 h-3 fill-current" }}
71
+
<span>{{ . }}</span>
72
+
</div>
73
+
{{ end }}
68
74
{{ with .IssueCount.Open }}
69
75
<div class="flex gap-1 items-center text-sm">
70
76
{{ i "circle-dot" "w-3 h-3" }}
History
1 round
0 comments
willdot.net
submitted
#0
1 commit
expand
collapse
appview: show fork count on repo cards
Signed-off-by: Will <did:plc:dadhhalkfcq3gucaq25hjqon>
failed to check merge status: xrpc request failed