Files
MileageTraker/Web/Views/Log/Empty.cshtml
T
2012-11-30 21:35:06 -05:00

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>