Files

9 lines
230 B
Plaintext

@{
ViewBag.Title = "No Logs";
}
<h2 class="center-content">@ViewBag.Title</h2>
<div class="center-content well">
No logs have been added. @Html.ActionLink("Create Log", "Create", null, new { @class = "btn" }).
</div>