Admin users page: filter by username
Allow admins to filter the user list/index by username (partial matches allowed)
This commit is contained in:
@@ -30,6 +30,11 @@
|
||||
<% end %>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<%= render partial: "admin/username_search_form",
|
||||
locals: { path: admin_users_path } %>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<table class="divided mb-8">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user