8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
@{
|
|
ViewBag.Title = "No Logs";
|
|
}
|
|
|
|
<h2>@ViewBag.Title</h2>
|
|
<div>
|
|
No logs have been added. @Html.ActionLink("Create Log", "Create", null, new { @class = "ui-button" }).
|
|
</div> |