Add service reminder migration Add Completed Service button to vehicle

This commit is contained in:
2015-10-14 22:28:25 -04:00
parent 43d471af94
commit a6fb9d54c6
12 changed files with 246 additions and 0 deletions
+1
View File
@@ -28,5 +28,6 @@
{
@Html.ActionLink("Reactivate", "SetActive", new {id = Model.VehicleId}, new {@class = "btn"})
}
@Html.ActionLink("Add Completed Service", "Create", "VehicleService", new { VehicleId = Model.VehicleId }, new { @class = "btn" })
@Html.ActionLink("Logs", "Index", "Log", new { Model.VehicleId}, new { @class = "btn" })
</div>