# HG changeset patch # User lisaq # Date 2016-08-17 16:39:49 # Node ID f630dd05319587f6be3a23618008c47406dd659c # Parent 97b97f9f62707501b8169b83c95d531114be68ec pr: adding pr count to user pull request tables fixes #4160 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)}