Fuel Log Import basic functionality
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@model MileageTraker.Web.ViewModels.FuelLog.ImportMatchedLogViewModel
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
@Html.ActionLink("View Log", "Details", "Log", new{id=Model.LogId}, new{@class="btn btn-mini", target="_blank"})
|
||||
Reference in New Issue
Block a user