Files
MileageTraker/Web/Views/Shared/EditorTemplates/Int32.cshtml
T
2015-07-21 23:07:41 -04:00

7 lines
196 B
Plaintext

@using MileageTraker.Web.Utility
@{
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
}
@Html.TextBox("", ViewData.TemplateInfo.FormattedModelValue, Html.GetInputSizeClass())