Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet survey banner #8249

Merged
merged 1 commit into from
Oct 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion 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.&emsp;<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 Expand Up @@ -241,4 +251,4 @@
</div>
</div>
</div>
}
}