From 1696b1dd1de45bf381205a5246182d9fba3122a7 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Tue, 19 Feb 2013 14:58:58 -0500 Subject: [PATCH] Highlight driver name --- Web/Properties/PublishProfiles/ETHRA.pubxml | 2 +- Web/Views/Log/MonthlyDriverMileage.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Properties/PublishProfiles/ETHRA.pubxml b/Web/Properties/PublishProfiles/ETHRA.pubxml index 9b3920f..a57f689 100644 --- a/Web/Properties/PublishProfiles/ETHRA.pubxml +++ b/Web/Properties/PublishProfiles/ETHRA.pubxml @@ -15,7 +15,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt - + diff --git a/Web/Views/Log/MonthlyDriverMileage.cshtml b/Web/Views/Log/MonthlyDriverMileage.cshtml index 08170f7..0c36d66 100644 --- a/Web/Views/Log/MonthlyDriverMileage.cshtml +++ b/Web/Views/Log/MonthlyDriverMileage.cshtml @@ -48,7 +48,7 @@ @foreach (var item in Model.Items) { - @Html.DisplayTextFor(i => item.DriverName) + @Html.DisplayTextFor(i => item.DriverName) foreach (var vehicleItem in item.VehicleMileageItems) {