<%= search_form_for @q, url: admin_moderator_actions_path, class: "inline-flex" do |f| %>
<%= f.label :user_username_cont, "User", class: "screen-reader-only" %>
diff --git a/app/views/admin/mods/index.html.erb b/app/views/admin/mods/index.html.erb
index fe54dc5bb..5f2972251 100644
--- a/app/views/admin/mods/index.html.erb
+++ b/app/views/admin/mods/index.html.erb
@@ -1,13 +1,15 @@
+
diff --git a/app/views/admin/navigation_links/index.html.erb b/app/views/admin/navigation_links/index.html.erb
index b0020055a..cf4dfd6d0 100644
--- a/app/views/admin/navigation_links/index.html.erb
+++ b/app/views/admin/navigation_links/index.html.erb
@@ -1,5 +1,5 @@
diff --git a/app/views/admin/organizations/index.html.erb b/app/views/admin/organizations/index.html.erb
index e4b2cb2e4..84930a08f 100644
--- a/app/views/admin/organizations/index.html.erb
+++ b/app/views/admin/organizations/index.html.erb
@@ -1,6 +1,8 @@
+
Organizations
+
<%= form_tag(admin_organizations_path, method: "get") do %>
- <%= search_field_tag(:search, params[:search], aria: { label: "Search" }, class: "crayons-textfield") %>
+ <%= search_field_tag(:search, params[:search], aria: { label: "Search" }, class: "crayons-textfield", autocomplete: "off") %>
<%= submit_tag("Search", class: "crayons-btn ml-2") %>
<% end %>
diff --git a/app/views/admin/podcasts/index.html.erb b/app/views/admin/podcasts/index.html.erb
index dfe7f224f..5e3284017 100644
--- a/app/views/admin/podcasts/index.html.erb
+++ b/app/views/admin/podcasts/index.html.erb
@@ -1,6 +1,8 @@
+
Podcasts
+
<%= form_tag(admin_podcasts_path, method: "get") do %>
- <%= text_field_tag(:search, params[:search], aria: { label: "Search" }, class: "crayons-textfield") %>
+ <%= text_field_tag(:search, params[:search], aria: { label: "Search" }, class: "crayons-textfield", autocomplete: "off") %>
<%= submit_tag("Search", class: "crayons-btn ml-2") %>
<% end %>
diff --git a/app/views/admin/privileged_reactions/index.html.erb b/app/views/admin/privileged_reactions/index.html.erb
index 7194caccc..7e62490b2 100644
--- a/app/views/admin/privileged_reactions/index.html.erb
+++ b/app/views/admin/privileged_reactions/index.html.erb
@@ -1,3 +1,5 @@
+
Priviledged Reactions
+
<%= search_form_for @q, url: admin_privileged_reactions_path, class: "inline-flex" do |f| %>
<%= f.search_field :user_username_cont, aria: { label: "Search" }, placeholder: "User", class: "crayons-textfield" %>
diff --git a/app/views/admin/profile_fields/index.html.erb b/app/views/admin/profile_fields/index.html.erb
index fdcfea063..02911a5f9 100644
--- a/app/views/admin/profile_fields/index.html.erb
+++ b/app/views/admin/profile_fields/index.html.erb
@@ -1,4 +1,5 @@
+ Profile Fields
To get started, add a group. Then you can add fields to each group. Groups and fields will show up in this same order on the user's profile page.
diff --git a/app/views/admin/tags/edit.html.erb b/app/views/admin/tags/edit.html.erb
index 43744b069..b35d5cd38 100644
--- a/app/views/admin/tags/edit.html.erb
+++ b/app/views/admin/tags/edit.html.erb
@@ -1,6 +1,6 @@