Files

9 lines
277 B
Plaintext

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