From ecb36e19edc25506c9c703e6fbe3de9f3e016e17 Mon Sep 17 00:00:00 2001 From: sto Date: Tue, 18 Nov 2025 09:38:15 +0100 Subject: [PATCH] Reorder general settings --- app/views/contests/settings_general_edit.html.slim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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