9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
@{
|
|
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> |