Autocomplete service center name
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
ViewBag.Title = "No Fuel Logs";
|
||||
}
|
||||
|
||||
<h2 class="center-content">@ViewBag.Title</h2>
|
||||
<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" })
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
@{
|
||||
ViewBag.Title = "No Vehicle Service";
|
||||
}
|
||||
|
||||
<h2 class="center-content"><i class="fa fa-wrench"></i> @ViewBag.Title</h2>
|
||||
|
||||
<div class="center-content well">
|
||||
No Vehicle Services have been added yet. @Html.ActionLink("Add Service", "Create", null, new { @class = "btn" })
|
||||
</div>
|
||||
Reference in New Issue
Block a user