|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
.filters
|
|
|
|
|
.back-link
|
|
|
|
|
= link_to edit_filter_path(@filter) do
|
|
|
|
|
= fa_icon 'chevron-left fw'
|
|
|
|
|
= material_symbol 'chevron_left'
|
|
|
|
|
= t('filters.statuses.back_to_filter')
|
|
|
|
|
|
|
|
|
|
%p.hint= t('filters.statuses.index.hint')
|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
= check_box_tag :batch_checkbox_all, nil, false
|
|
|
|
|
.batch-table__toolbar__actions
|
|
|
|
|
- unless @status_filters.empty?
|
|
|
|
|
= f.button safe_join([fa_icon('times'), t('filters.statuses.batch.remove')]), name: :remove, class: 'table-action-link', type: :submit
|
|
|
|
|
= f.button safe_join([material_symbol('close'), t('filters.statuses.batch.remove')]), name: :remove, class: 'table-action-link', type: :submit
|
|
|
|
|
.batch-table__body
|
|
|
|
|
- if @status_filters.empty?
|
|
|
|
|
= nothing_here 'nothing-here--under-tabs'
|
|
|
|
|