2024-03-04 16:59:01 +00:00
|
|
|
- ActivityPub.states.each do |state|
|
|
|
|
= render 'components/dropdown_item',
|
|
|
|
text: t(".submenu_#{state}", count: activity_pubs.unscope(where: :aasm_state).public_send(state).count),
|
|
|
|
path: site_moderation_queue_path(filter_states(activity_pub_state: state))
|