This commit is contained in:
2012-11-30 21:35:06 -05:00
commit 3963d6363a
346 changed files with 351799 additions and 0 deletions
@@ -0,0 +1,11 @@
@{
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
}
@if (!(Model is Enum))
{
@Html.TextBox("", ViewData.TemplateInfo.FormattedModelValue)
}
else
{
@Html.Editor("", "Enum")
}