9 lines
244 B
Plaintext
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> |