11 lines
405 B
Plaintext
11 lines
405 B
Plaintext
@using MileageTraker.Web.ViewModels.VehicleService
|
|
@model MileageTraker.Web.ViewModels.VehicleService.VehicleServiceViewModel
|
|
|
|
@{
|
|
ViewBag.Title = "Record Vehicle Service";
|
|
}
|
|
|
|
<h2 class="center-content"><i class="fa fa-wrench"></i> @ViewBag.Title</h2>
|
|
<h4 class="center-content">Track completed service for a vehicle</h4>
|
|
|
|
@Html.Partial("EditorTemplates/VehicleSelect", new VehicleSelectViewModel()) |