diff --git a/app/views/contests/settings_general_edit.html.slim b/app/views/contests/settings_general_edit.html.slim index 28f1813..357131d 100644 --- a/app/views/contests/settings_general_edit.html.slim +++ b/app/views/contests/settings_general_edit.html.slim @@ -15,16 +15,16 @@ .form-floating = form.select :lang, Languages::AVAILABLE_LANGUAGES.map { |lang| [ lang[:name], lang[:id] ] }, {}, class: "form-select" = form.label :lang - .row.mt-4.mb-3 - .col - .form-check.form-switch - = form.check_box :public, class: "form-check-input" - = form.label :public .row.mb-3 .col .form-floating = form.select :ranking_mode, Ranking::AVAILABLE_RANKING_MODES.map { |mode| [ mode[:name], mode[:id] ] }, {}, class: "form-select" = form.label :ranking_mode + .row.mt-4.mb-3 + .col + .form-check.form-switch + = form.check_box :public, class: "form-check-input" + = form.label :public .row.mb-3 .col .form-check.form-switch