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

[Readme]Reduce space when display content in readme container #8609

Merged
merged 13 commits into from
Jun 24, 2021
Next Next commit
add message for readme during validation
  • Loading branch information
lyndaidaii committed May 26, 2021
commit 373ed34aa80204ee9d5a8c622154e908b8e5cecc
8 changes: 8 additions & 0 deletions src/NuGetGallery/Views/Packages/DisplayPackage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,14 @@
</text>
)
}
if (Model.HasEmbeddedReadmeFile)
{
@ViewHelpers.AlertWarning(
@<text>
The readme will become available once package validation has completed successfully.
</text>
)
}

if (Model.ValidatingTooLong)
{
Expand Down