Skip to content

Commit 6d45769

Browse files
authored
Revert "Revert "survey banner (#8249)" (#8262)" (#8272)
This reverts commit 1f64ee4.
1 parent 1f64ee4 commit 6d45769

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/NuGetGallery/Views/Shared/Gallery/Header.cshtml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
</div>
2323
}
2424

25+
<div class="container-fluid banner banner-info text-center">
26+
<div class="row">
27+
<div class="col-sm-12">
28+
<span>
29+
&#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>
30+
</span>
31+
</div>
32+
</div>
33+
</div>
34+
2535
@helper DisplayNavigationItem(string tab, string url, bool bold = false, string title = null)
2636
{
2737
<li class="@(ViewBag.Tab == tab ? "active" : string.Empty)" role="presentation">
@@ -241,4 +251,4 @@
241251
</div>
242252
</div>
243253
</div>
244-
}
254+
}

0 commit comments

Comments
 (0)