mirror of https://github.com/tootsuite/mastodon
Change trending tags admin interface to always show batch actions (#23013)
Fixes #22565pull/23057/head
parent
7101bc534c
commit
2ba14097ff
|
@ -23,7 +23,7 @@
|
||||||
- Trends::TagFilter::KEYS.each do |key|
|
- Trends::TagFilter::KEYS.each do |key|
|
||||||
= hidden_field_tag key, params[key] if params[key].present?
|
= hidden_field_tag key, params[key] if params[key].present?
|
||||||
|
|
||||||
.batch-table.optional
|
.batch-table
|
||||||
.batch-table__toolbar
|
.batch-table__toolbar
|
||||||
%label.batch-table__toolbar__select.batch-checkbox-all
|
%label.batch-table__toolbar__select.batch-checkbox-all
|
||||||
= check_box_tag :batch_checkbox_all, nil, false
|
= check_box_tag :batch_checkbox_all, nil, false
|
||||||
|
|
Loading…
Reference in New Issue