Add reactive to mileage entry page

This commit is contained in:
2012-12-15 20:38:51 -05:00
parent 260118ff90
commit 19705f8f38
26 changed files with 692 additions and 259 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
@model MileageTraker.Web.Models.Vehicle
@model MileageTraker.Web.Models.Vehicle
@{
ViewBag.Title = "Vehicle Details";
@@ -12,8 +12,8 @@
<h2>@ViewBag.Title</h2>
@Html.DisplayForModel()
<div class="btn-toolbar">
@Html.ActionLink("Edit", "Edit", new { id = Model.VehicleId }, new { @class = "btn" })
</div>
@Html.DisplayForModel()