Merge pull request #14169 from abpframework/EngincanV-patch-1

Update Index.cshtml
pull/14179/head
Engincan VESKE 3 years ago committed by GitHub
commit 239cb471ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -249,7 +249,7 @@
@L["Contributors"].Value
</span>
@if (string.IsNullOrEmpty(Model.Document.EditLink))
@if (!string.IsNullOrEmpty(Model.Document.EditLink))
{
<a href="@Model.Document.EditLink" target="_blank">
<i class="fa fa-edit"></i>
@ -414,4 +414,4 @@ else
}
}))
}
}
}

Loading…
Cancel
Save