Add Fuel Log details
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@model MileageTraker.Web.ViewModels.Log.LogPartialDetails
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
<h5>Previous Log</h5>
|
||||
@Html.DisplayForModel()
|
||||
<div>
|
||||
@Html.ActionLink("Details", "Details", new { id = Model.LogId }, new { @class = "btn"})
|
||||
</div>
|
||||
Reference in New Issue
Block a user