Initial
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@model MileageTraker.Web.ViewModels.VehiclePartialDetails
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
@Html.DisplayForModel()
|
||||
<p>
|
||||
@Html.ActionLink("Details", "Details", new { id = Model.VehicleId })
|
||||
</p>
|
||||
Reference in New Issue
Block a user