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/events/edit.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/events/edit.html.erb')
| -rw-r--r-- | app/views/events/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/edit.html.erb b/app/views/events/edit.html.erb index 7c855760..55e0d4ba 100644 --- a/app/views/events/edit.html.erb +++ b/app/views/events/edit.html.erb | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | <%= hidden_field_tag :return_to, @return_to %> | 12 | <%= hidden_field_tag :return_to, @return_to %> |
| 13 | <%= form_error_messages(f) %> | 13 | <%= form_error_messages(f) %> |
| 14 | 14 | ||
| 15 | <div id="admin_layout"> | 15 | <div class="admin_layout"> |
| 16 | <div class="layout_row"> | 16 | <div class="layout_row"> |
| 17 | <div class="layout_row_label"><%= Event.human_attribute_name(:node) %> </div> | 17 | <div class="layout_row_label"><%= Event.human_attribute_name(:node) %> </div> |
| 18 | <div class="layout_row_content"> | 18 | <div class="layout_row_content"> |
