diff --git a/rhodecode/templates/admin/my_account/my_account_pullrequests.html b/rhodecode/templates/admin/my_account/my_account_pullrequests.html --- a/rhodecode/templates/admin/my_account/my_account_pullrequests.html +++ b/rhodecode/templates/admin/my_account/my_account_pullrequests.html @@ -12,7 +12,7 @@
-

${_('Pull Requests You Opened')}

+

${_('Pull Requests You Opened')}: ${len(c.my_pull_requests)}

@@ -75,7 +75,7 @@
-

${_('Pull Requests You Participate In')}

+

${_('Pull Requests You Participate In')}: ${len(c.participate_in_pull_requests)}