Add log buttons on details pages for Vehicle and User

This commit is contained in:
2014-05-18 19:49:04 -04:00
parent fe0bc4e9ff
commit ef88c52658
4 changed files with 34 additions and 28 deletions
+1
View File
@@ -20,4 +20,5 @@
<div class="center-content btn-toolbar">
@Html.ActionLink("Edit", "Edit", new { id = Model.VehicleId }, new { @class = "btn" })
@Html.ActionLink("Logs", "Index", "Log", new { Model.VehicleId}, new { @class = "btn" })
</div>