diff --git a/templates/shared/repo/list.tmpl b/templates/shared/repo/list.tmpl
index 6b224ef200..af2f5d9700 100644
--- a/templates/shared/repo/list.tmpl
+++ b/templates/shared/repo/list.tmpl
@@ -47,6 +47,10 @@
{{CountFmt .NumStars}}
{{end}}
+
+ {{svg "octicon-git-pull-request" 16}}
+ {{CountFmt .NumOpenPulls}}
+
{{svg "octicon-repo-forked" 16}}
{{CountFmt .NumForks}}