@model MileageTraker.Web.ViewModels.CreateLog.CreateLogViewModel @{ ViewBag.Title = "Enter Mileage Log"; } @using (Html.BeginForm("Index", "CreateLog", FormMethod.Post, new { @class = "form-horizontal" })) {