diff options
author | ThibG <thib@sitedethib.com> | 2019-10-24 22:46:59 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-24 22:46:59 +0200 |
commit | aa884e04848a6c06dbf7c27ae7a3fcc7d379792d (patch) | |
tree | f0b23f7b9b624fac93d57845e75f178d42e71464 /app/views | |
parent | 9762fe382c76fdff5281a94f484191a92d09eac7 (diff) |
Fix batch actions being hidden from mobile view (#12183)
On mobile, batch actions are hidden from the settings/admin interface, but there are several places those actions can only be performed through batch actions. This may not look great, but at least it makes the actions available again.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/tags/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/tags/index.html.haml b/app/views/admin/tags/index.html.haml index 8b1182dbb..b29991328 100644 --- a/app/views/admin/tags/index.html.haml +++ b/app/views/admin/tags/index.html.haml @@ -48,7 +48,7 @@ - Admin::FilterHelper::TAGS_FILTERS.each do |key| = hidden_field_tag key, params[key] if params[key].present? - .batch-table + .batch-table.optional .batch-table__toolbar %label.batch-table__toolbar__select.batch-checkbox-all = check_box_tag :batch_checkbox_all, nil, false |