File tree Expand file tree Collapse file tree
src/NuGetGallery/Views/Packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 554554 if (Model .PackageDependents .TotalPackageCount > 0 )
555555 {
556556 < h3 >
557- < strong > NuGet packages </strong > (@Model .PackageDependents .TotalPackageCount .ToKiloFormat ()+ )
557+ < strong > NuGet packages </strong > (@Model .PackageDependents .TotalPackageCount .ToKiloFormat ())
558558 < / h3 >
559559 < p >
560560 Showing the top @(Model .PackageDependents .TopPackages .Count ) NuGet packages that depend on @(Model .Id ):
596596 else
597597 {
598598 <h3 >
599- <strong >NuGet packages </strong > ( 0 )
599+ <strong >NuGet packages </strong >
600600 </h3 >
601601 <p >
602602 This package is not used by any NuGet packages .
609609 if (Model .GitHubDependenciesInformation .Repos .Any ())
610610 {
611611 < h3 >
612- < strong > GitHub repositories </strong > (@Model .GitHubDependenciesInformation .TotalRepos .ToKiloFormat ()+ )
612+ < strong > GitHub repositories </strong > (@Model .GitHubDependenciesInformation .TotalRepos .ToKiloFormat ())
613613 < / h3 >
614614 < p >
615- Showing the top @(Model .GitHubDependenciesInformation .Repos .Count ) GitHub repositories that depend on @(Model .Id ):
615+ Showing the top @(Model .GitHubDependenciesInformation .Repos .Count ) popular GitHub repositories that depend on @(Model .Id ):
616616 < / p >
617617 < table class = " table borderless" >
618618 < thead >
645645 else
646646 {
647647 <h3 >
648- <strong >GitHub repositories </strong > ( 0 )
648+ <strong >GitHub repositories </strong >
649649 </h3 >
650650 <p >
651651 This package is not used by any popular GitHub repositories .
You can’t perform that action at this time.
0 commit comments