This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mohsen
/
sevomin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
sss
confirmation-email
Milad Karbasizadeh
11 years ago
parent
6eae2d6f5c
commit
3d75ed2169
2 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Sevomin.WebFrontend/Views/Job/JobEditor.cshtml
+0
-0
Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml
+ 1
- 1
Sevomin.WebFrontend/Views/Job/JobEditor.cshtml
View File
@ -63,7 +63,7 @@
@category.Key
@category.Key
foreach (var item in category)
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
Write
Preview
Loading…
Cancel
Save