#3746 Remove incorrect count label on related PRs
Merged 5 years ago by pingou. Opened 5 years ago by ryanlerch.
ryanlerch/pagure remove-related-pr-count  into  master

@@ -598,7 +598,6 @@ 

            <h5 class="d-flex align-items-center font-weight-bold border-bottom">

                <div class="py-2 text-uppercase font-size-09">

                  Related Pull Requests

-                 <span class="badge badge-secondary badge-pill font-size-09 ml-1">{{subscribers|count}}</span>

                </div>

              </h5>

            <div id="pr_list">

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

rebased onto 4a4d7faf09ce6c5380f124dd7ed88112daaa9752

5 years ago

rebased onto 881fe08

5 years ago

Pull-Request has been merged by pingou

5 years ago