Add reactive to mileage entry page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@using MileageTraker.Web.Utility
|
||||
@using MileageTraker.Web.Utility
|
||||
@{
|
||||
Layout = null;
|
||||
var lowerPropertyName = @CustomExtensions.LowercaseFirst(ViewData.ModelMetadata.PropertyName);
|
||||
@@ -28,6 +28,6 @@
|
||||
@if (!string.IsNullOrEmpty(formatHint)) {
|
||||
<div><small><em>@formatHint</em></small></div>
|
||||
}
|
||||
<span class="help-inline">@Html.ValidationMessage("")</span>
|
||||
<span class="help-block">@Html.ValidationMessage("")</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user