From af8b91cf9cd8d232662cb6991565a25cb6ab9e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Thu, 19 Sep 2024 14:31:04 +0200 Subject: [PATCH] Removed test form field --- app/views/admin/users/index.html.erb | 31 ---------------------------- 1 file changed, 31 deletions(-) diff --git a/app/views/admin/users/index.html.erb b/app/views/admin/users/index.html.erb index 00aa528..2752036 100644 --- a/app/views/admin/users/index.html.erb +++ b/app/views/admin/users/index.html.erb @@ -3,37 +3,6 @@

Benutzerliste

-
-
- - - - - - -
-
- Color -
- -
-
- -
-
- -
-
-
<%= search_form_for @q, data: { turbo_frame: :admin_users, turbo_action: 'advance' }, url: admin_users_path do |f| %> <%#= f.label :firstname_cont, "Vorname:" %> <%#= f.search_field :firstname_cont, oninput: 'this.form.requestSubmit();' %>