diff --git a/src/NuGetGallery/Views/Shared/Gallery/Header.cshtml b/src/NuGetGallery/Views/Shared/Gallery/Header.cshtml index 2ec3649354..dcdce50ca7 100644 --- a/src/NuGetGallery/Views/Shared/Gallery/Header.cshtml +++ b/src/NuGetGallery/Views/Shared/Gallery/Header.cshtml @@ -22,6 +22,16 @@ } + + @helper DisplayNavigationItem(string tab, string url, bool bold = false, string title = null) {