6 lines
211 B
Plaintext
6 lines
211 B
Plaintext
@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"})
|