Files
MileageTraker/Web/Views/FuelLog/Empty.cshtml
T

9 lines
244 B
Plaintext

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