- @using (Html.BeginForm("SaveQuality", "Settings", FormMethod.Post, new { id = "form", name = "form" }))
- {
+
+ @using (Html.BeginForm("SaveQuality", "Settings", FormMethod.Post, new { id = "form", name = "form" }))
+ {
@@ -31,9 +29,9 @@
-
@foreach (var item in Model.Profiles)
{
@@ -42,20 +40,19 @@
-

+ Save