diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 01:22:11 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 01:22:11 +0200 |
| commit | 19b865108c26cf18c26697fee080844de94fb522 (patch) | |
| tree | 33af772574dacaa43d5ab0f79a2abc64a7bd9fa5 /app/views/users/new.html.erb | |
| parent | 45d422f6582ac2ebf455a8c8168738db54a76582 (diff) | |
Scope admin form conventions with a class
.admin_layout replaces the #admin_layout. All css rules and
javascript queries were changed along and rules simplified
where the opportunity arose.
Diffstat (limited to 'app/views/users/new.html.erb')
| -rw-r--r-- | app/views/users/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 13a238b5..a770b9a7 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | </div> | 6 | </div> |
| 7 | <% end %> | 7 | <% end %> |
| 8 | 8 | ||
| 9 | <div id="admin_layout"> | 9 | <div class="admin_layout"> |
| 10 | <%= form_for @user do |f| %> | 10 | <%= form_for @user do |f| %> |
| 11 | <div class="layout_row"> | 11 | <div class="layout_row"> |
| 12 | <div class="layout_row_label"><%= t("users.labels.login") %></div> | 12 | <div class="layout_row_label"><%= t("users.labels.login") %></div> |
