Set container in layout
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

This commit is contained in:
sto 2025-03-14 16:47:50 +01:00
parent 75b79ba53b
commit 1281df11ff
7 changed files with 34 additions and 39 deletions

View File

@ -1,4 +1,3 @@
.container.mt-5
- if authenticated?
.float-end.ms-3
= button_to "Log out", session_path, method: :delete

View File

@ -1,4 +1,3 @@
.container.mt-5
h1 Contest: "#{@contest.name}"
a.btn.btn-primary href=root_path

View File

@ -18,4 +18,5 @@ html
= javascript_importmap_tags
body
.container.mt-5
= yield

View File

@ -1,4 +1,3 @@
.container
h1 Edit settings
= render "form", user: @user

View File

@ -1 +0,0 @@
.container

View File

@ -1,4 +1,3 @@
.container
h1 Create a new user
= render "form", user: @user

View File

@ -1,4 +1,3 @@
.container
h1 = @user.username
p