Skip to content

Commit

Permalink
Merge pull request #34 from NuGet/merge-dev
Browse files Browse the repository at this point in the history
Merge branch 'master' into dev
  • Loading branch information
agr authored Mar 10, 2021
2 parents ff5f08d + 9cf447c commit 478cdb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions src/NuGet.Status/App_Code/ViewHelpers.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
// There are no alerts on the status page.
}

@helper AnalyticsScript()
@helper AnalyticsScript(dynamic ViewBag)
{}

@helper InstrumentationScript()
@helper InstrumentationScript(dynamic ViewBag)
{}

@helper ReleaseMeta()
Expand All @@ -82,16 +82,21 @@
// Gravatars are not displayed on the status page.
}

@helper UsabillaButton(UrlHelper url)
@helper UsabillaButton(UrlHelper url, dynamic ViewBag)
{
// The Usabilla button is not displayed on the status page.
}

@helper UsabillaScript()
@helper UsabillaScript(dynamic ViewBag)
{
// The Usabilla button is not displayed on the status page.
}

@helper CookieComplianceScript()
{
// The cookie compliance script is not needed on the status page.
}

@helper PostLink(
System.Web.Mvc.WebViewPage page,
string formId,
Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.Status/NuGetGallery
Submodule NuGetGallery updated 554 files

0 comments on commit 478cdb7

Please sign in to comment.