New style partially complete

This commit is contained in:
2012-12-12 15:32:03 -05:00
parent 86ee45c184
commit 14d8054f22
85 changed files with 10261 additions and 1081 deletions
+4 -3
View File
@@ -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>