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();' %>