@model ShowLinkViewModel @{ ViewData["Title"] = "Viewing"; } @if (Model.Comments.Length == 0) {

No comments yet

} else { }