Clean up reports

This commit is contained in:
2015-10-23 12:39:07 -04:00
parent 7933632cfb
commit ad13d9f5b4
6 changed files with 36 additions and 12 deletions
+2 -2
View File
@@ -42,10 +42,10 @@
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">Report <i class="fa fa-caret-down"></i></a>
<ul class="dropdown-menu">
<li>
@Html.ActionLink("Vehicle Mileage", "MonthlyVehicleMileage", queryParams)
@Html.ActionLink("Vehicle Mileage", "VehicleMileageReport", queryParams)
</li>
<li>
@Html.ActionLink("Driver Mileage", "MonthlyDriverMileage", queryParams)
@Html.ActionLink("Driver Mileage", "DriverMileageReport", queryParams)
</li>
</ul>
</div>