diff --git a/src/NuGetGallery/Views/Packages/DisplayPackage.cshtml b/src/NuGetGallery/Views/Packages/DisplayPackage.cshtml index 5e8cd2e526..e02c994254 100644 --- a/src/NuGetGallery/Views/Packages/DisplayPackage.cshtml +++ b/src/NuGetGallery/Views/Packages/DisplayPackage.cshtml @@ -726,20 +726,20 @@
Version | -Downloads | -Last updated | +Version | +Downloads | +Last updated | @if (Model.CanDisplayPrivateMetadata) { -Status | +Status | } @if (Model.IsCertificatesUIEnabled) { - + } @if (Model.IsPackageDeprecationEnabled || Model.IsPackageVulnerabilitiesEnabled) { - + }||||
---|---|---|---|---|---|---|---|---|---|---|---|
+ | @packageVersion.Version.Abbreviate(30) | -+ | @packageVersion.DownloadCount.ToNuGetNumberString() | -+ | @packageVersion.LastUpdated.ToNuGetShortDateString() @if (packageVersion.PushedBy != null) { @@ -780,7 +780,7 @@ { var packageStatusSummary = packageVersion.PackageStatusSummary; - | + | @if (packageStatusSummary == PackageStatusSummary.Listed || packageStatusSummary == PackageStatusSummary.Unlisted) { @@ -801,7 +801,7 @@ } else { - | + | } @@ -813,7 +813,7 @@ } else { - | + | } @@ -824,16 +824,16 @@ rowCount++; @VersionListDivider(rowCount, versionsExpanded) |
+ | @packageVersion.Version | -+ | @packageVersion.DownloadCount | -+ | @packageVersion.LastUpdated.ToNuGetShortDateString() | -+ | Deleted |