Cleanup and fixes

This commit is contained in:
2013-01-12 14:58:33 -05:00
parent bc019923d2
commit e50052d41e
27 changed files with 240 additions and 156 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
@Html.ActionLink("Vehicle Mileage", "MonthlyVehicleMileage", new { Year = Model.SelectedYear, Month = Model.SelectedMonth, LogType = Model.SelectedLogType })
</li>
<li>
@Html.ActionLink("Employee Mileage", "MonthlyEmployeeMileage", new { Year = Model.SelectedYear, Month = Model.SelectedMonth, LogType = Model.SelectedLogType })
@Html.ActionLink("Driver Mileage", "MonthlyDriverMileage", new { Year = Model.SelectedYear, Month = Model.SelectedMonth, LogType = Model.SelectedLogType })
</li>
</ul>
</div>
@@ -1,6 +1,6 @@
@model MileageTraker.Web.ViewModels.EmployeeMileageViewModel
@model MileageTraker.Web.ViewModels.DriverMileageViewModel
@{
ViewBag.Title = "Employee Mileage Report";
ViewBag.Title = "Driver Mileage Report";
}
@{ Html.RenderPartial("BackToLogs"); }
@@ -30,7 +30,7 @@
<table class="table">
<tr>
<th>
Employee
Driver
</th>
<th>
Trips