From 881fe085edcb1b883b8ffa4a810edaf145d294d5 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sep 27 2018 08:30:12 +0000 Subject: Remove incorrect count label on related PRs Previously, on the issues page, the related PRs section header had a label showing a count. The issue here is that was actaully showing the count of the subscribers to the issue. This commit just removes the count label entirely. Fixes: #3743 --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index def8b37..3dae173 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -598,7 +598,6 @@ namespace=repo.namespace, repo=repo.name, issueid=issueid)
Related Pull Requests - {{subscribers|count}}