Revamp contest settings into tabs

This commit is contained in:
sto
2025-11-12 11:33:44 +01:00
parent f4136ea58a
commit 86dd0b7b9e
14 changed files with 212 additions and 89 deletions

View File

@@ -0,0 +1,5 @@
module StyleHelper
def active_page(path)
request.path.starts_with?(path) ? "active" : ""
end
end