Finish confirm page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@model MileageTraker.Web.ViewModels.EmployeeMileageViewModel
|
||||
@using MileageTraker.Web.Utility
|
||||
@model MileageTraker.Web.ViewModels.EmployeeMileageViewModel
|
||||
@{
|
||||
ViewBag.Title = "Employee Mileage Report";
|
||||
}
|
||||
@@ -16,11 +17,11 @@
|
||||
|
||||
<div>
|
||||
<dl class="inline">
|
||||
<dt>Year</dt>
|
||||
<dt>@Html.DisplayNameFor(m => m.Query.Year)</dt>
|
||||
<dd>@Html.Encode(Model.Query.Year)</dd>
|
||||
</dl>
|
||||
<dl class="inline">
|
||||
<dt>Month</dt>
|
||||
<dt>@Html.DisplayNameFor(m => m.Query.Month)</dt>
|
||||
<dd>@Html.Encode(Model.Query.Month)</dd>
|
||||
</dl>
|
||||
@if (Model.Query.LogType.HasValue)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using System.Globalization
|
||||
@using MileageTraker.Web.Utility
|
||||
@model MileageTraker.Web.ViewModels.VehicleMileageViewModel
|
||||
@{
|
||||
ViewBag.Title = "Vehicle Mileage Report";
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
<div>
|
||||
<dl class="inline">
|
||||
<dt>Year</dt>
|
||||
<dt>@Html.DisplayNameFor(m => m.Query.Year)</dt>
|
||||
<dd>@Html.Encode(Model.Query.Year)</dd>
|
||||
</dl>
|
||||
<dl class="inline">
|
||||
<dt>Month</dt>
|
||||
<dt>@Html.DisplayNameFor(m => m.Query.Month)</dt>
|
||||
<dd>@Html.Encode(Model.Query.Month)</dd>
|
||||
</dl>
|
||||
@if (Model.Query.LogType.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user