New style partially complete
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
<h5>Vehicle</h5>
|
||||
@Html.DisplayForModel()
|
||||
<p>
|
||||
@Html.ActionLink("Details", "Details", new { id = Model.VehicleId })
|
||||
</p>
|
||||
<div>
|
||||
@Html.ActionLink("Details", "Details", new { id = Model.VehicleId }, new { @class = "btn"})
|
||||
</div>
|
||||
Reference in New Issue
Block a user