Files
MileageTraker/Web/Views/Shared/EditorTemplates/Decimal.cshtml
T
2012-11-30 21:35:06 -05:00

4 lines
135 B
Plaintext

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