@model MileageTraker.Web.ViewModels.CreateLog.ConfirmCreateLogViewModel @{ ViewBag.Title = "Confirm"; } @section Styles { } @* ReSharper disable Mvc.ActionNotResolved *@ @using (Html.BeginForm("Action", "CreateLog", FormMethod.Post)) { @* ReSharper restore Mvc.ActionNotResolved *@
}