Skip to content

Commit

Permalink
Change trending tags admin interface to always show batch actions (ma…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Jan 11, 2023
1 parent 7101bc5 commit 2ba1409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/trends/tags/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ba1409

Please sign in to comment.