diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml index 4d049e684b..ef7b5bee58 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml +++ b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml @@ -249,7 +249,7 @@ @L["Contributors"].Value - @if (string.IsNullOrEmpty(Model.Document.EditLink)) + @if (!string.IsNullOrEmpty(Model.Document.EditLink)) { @@ -414,4 +414,4 @@ else } })) } -} \ No newline at end of file +}