Skip to content

Commit

Permalink
Add survey banner (#8526)
Browse files Browse the repository at this point in the history
* add survey banner
  • Loading branch information
lyndaidaii authored Apr 14, 2021
1 parent 1c4eb10 commit 9992196
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/NuGetGallery/Views/Shared/Gallery/Header.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
</div>
}

<div class="container-fluid banner banner-info text-center">
<div class="row">
<div class="col-sm-12">
<span>
&#128075; What do you think about NuGet.org? We're looking for feedback from developers like you. <a href="https://aka.ms/NuGetSurvey" target="_blank">Take the survey.</a>
</span>
</div>
</div>
</div>

@helper DisplayNavigationItem(string tab, string url, bool bold = false, string title = null)
{
<li class="@(ViewBag.Tab == tab ? "active" : string.Empty)" role="presentation">
Expand Down

0 comments on commit 9992196

Please sign in to comment.