Autocomplete service center name

This commit is contained in:
2015-10-12 22:45:36 -04:00
parent d87f654a20
commit 49c55ffba6
6 changed files with 39 additions and 1 deletions
+9
View File
@@ -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>