Skip to content

Commit

Permalink
Revert "Revert "survey banner (#8249)" (#8262)" (#8272)
Browse files Browse the repository at this point in the history
This reverts commit 1f64ee4.
  • Loading branch information
lyndaidaii authored Oct 16, 2020
1 parent 1f64ee4 commit 6d45769
Showing 1 changed file with 11 additions and 1 deletion.
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>
}
}

0 comments on commit 6d45769

Please sign in to comment.