Claire
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|