Browse Source

sss

confirmation-email
Milad Karbasizadeh 11 years ago
parent
commit
3d75ed2169
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Sevomin.WebFrontend/Views/Job/JobEditor.cshtml
  2. +0
    -0
      Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml

+ 1
- 1
Sevomin.WebFrontend/Views/Job/JobEditor.cshtml View File

@ -63,7 +63,7 @@
@category.Key
foreach (var item in category)
{
@Html.EditorFor(m => item)
@Html.Partial("JobParameterViewModel", item)
}
}


Sevomin.WebFrontend/Views/Shared/EditorTemplates/JobParameterViewModel.cshtml → Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml View File


Loading…
Cancel
Save