about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-01-11 21:51:43 +0100
committerGitHub <noreply@github.com>2023-01-11 21:51:43 +0100
commit2ba14097ffb377d1a07fb08612ba3d7727ae437e (patch)
treea4da38490a2f047038c95764b3fff9a7eda56905 /app/views
parent7101bc534cdd92ff21e3b58ca4515ae43f7db2ed (diff)
Change trending tags admin interface to always show batch actions (#23013)
Fixes #22565
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/trends/tags/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/trends/tags/index.html.haml b/app/views/admin/trends/tags/index.html.haml
index bde32a295..1ea34c9e3 100644
--- a/app/views/admin/trends/tags/index.html.haml
+++ b/app/views/admin/trends/tags/index.html.haml
@@ -23,7 +23,7 @@
   - Trends::TagFilter::KEYS.each do |key|
     = hidden_field_tag key, params[key] if params[key].present?
 
-  .batch-table.optional
+  .batch-table
     .batch-table__toolbar
       %label.batch-table__toolbar__select.batch-checkbox-all
         = check_box_tag :batch_checkbox_all, nil, false