@using MileageTraker.Web.ViewModels @model LogPartialDetails @{ Layout = null; }
@Html.ActionLink("Details", "Details", new { id = Model.LogId })