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
h1 Edit settings
h1 Edit settings
= render "form", user: @user
= 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
h1 Create a new user
= render "form", user: @user

View File

@@ -1,9 +1,8 @@
.container
h1 = @user.username
h1 = @user.username
p
|> Email:
= @user.email_address
p
|> Email:
= @user.email_address
a.btn.btn-primary.mt-4 href=edit_user_path(@user)
| Edit
a.btn.btn-primary.mt-4 href=edit_user_path(@user)
| Edit