Sha256: 43151315b4d028675640b10668ceab104ba55e0435b6b47f4449652658ee1fc6
Contents?: true
Size: 603 Bytes
Versions: 62
Compression:
Stored size: 603 Bytes
Contents
.grid__cell = form_tag bulk_actions_path, method: :post, data: { bulk_action_form: '', bulk_action_deletion: '' } do = hidden_field_tag 'type', 'Workarea::BulkAction::Deletion', id: nil = hidden_field_tag 'query_id', local_assigns[:query_id].presence || generic_admin_search_query_id(params.to_unsafe_h), id: nil = hidden_field_tag 'bulk_action[model_type]', local_assigns[:model_type], id: nil = hidden_field_tag 'return_to', request.path, id: nil %button.workflow-bar__button.workflow-bar__button--delete{ type: :submit } = t('workarea.admin.bulk_action_deletions.button')
Version data entries
62 entries across 62 versions & 1 rubygems