|
|
@ -51,7 +51,7 @@ |
|
|
|
%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 |
|
|
|
.batch-table__toolbar__actions |
|
|
|
.batch-table__toolbar__actions |
|
|
|
- if params[:review] == 'pending_review' |
|
|
|
- if params[:pending_review] == '1' |
|
|
|
= f.button safe_join([fa_icon('check'), t('admin.accounts.approve')]), name: :approve, class: 'table-action-link', type: :submit, data: { confirm: t('admin.reports.are_you_sure') } |
|
|
|
= f.button safe_join([fa_icon('check'), t('admin.accounts.approve')]), name: :approve, class: 'table-action-link', type: :submit, data: { confirm: t('admin.reports.are_you_sure') } |
|
|
|
|
|
|
|
|
|
|
|
= f.button safe_join([fa_icon('times'), t('admin.accounts.reject')]), name: :reject, class: 'table-action-link', type: :submit, data: { confirm: t('admin.reports.are_you_sure') } |
|
|
|
= f.button safe_join([fa_icon('times'), t('admin.accounts.reject')]), name: :reject, class: 'table-action-link', type: :submit, data: { confirm: t('admin.reports.are_you_sure') } |
|
|
|