6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
@using MileageTraker.Web.Utility
|
|
@{
|
|
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
|
|
}
|
|
|
|
@Html.Password("", ViewData.TemplateInfo.FormattedModelValue, Html.GetInputSizeClass()) |