From 3d75ed21694c955fcfde4062ec35c1a466744074 Mon Sep 17 00:00:00 2001 From: Milad Karbasizadeh Date: Sun, 30 Mar 2014 10:45:43 +0430 Subject: [PATCH] sss --- Sevomin.WebFrontend/Views/Job/JobEditor.cshtml | 2 +- .../Shared/{EditorTemplates => }/JobParameterViewModel.cshtml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Sevomin.WebFrontend/Views/Shared/{EditorTemplates => }/JobParameterViewModel.cshtml (100%) diff --git a/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml b/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml index f7d9ebd..d6d0956 100644 --- a/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml +++ b/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml @@ -63,7 +63,7 @@ @category.Key foreach (var item in category) { - @Html.EditorFor(m => item) + @Html.Partial("JobParameterViewModel", item) } } diff --git a/Sevomin.WebFrontend/Views/Shared/EditorTemplates/JobParameterViewModel.cshtml b/Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml similarity index 100% rename from Sevomin.WebFrontend/Views/Shared/EditorTemplates/JobParameterViewModel.cshtml rename to Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml