We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0de4e commit fbab6daCopy full SHA for fbab6da
1 file changed
src/NuGetGallery/Views/Packages/DisplayPackage.cshtml
@@ -751,6 +751,7 @@
751
<img class="reserved-indicator"
752
src="~/Content/gallery/img/reserved-indicator.svg"
753
@ViewHelpers.ImageFallback(Url.Absolute("~/Content/gallery/img/reserved-indicator-14x14.png"))
754
+ alt="@Strings.ReservedNamespace_ReservedIndicatorTooltip"
755
title="@Strings.ReservedNamespace_ReservedIndicatorTooltip" />
756
}
757
<p class="used-by-desc">@item.Description</p>
0 commit comments