5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 20:56:22 +00:00
panel/app/views/components/_comments_show_submenu.haml

6 lines
318 B
Text
Raw Permalink Normal View History

- ActivityPub.states.each do |state|
= render 'components/dropdown_item',
text: t(".submenu_#{state}", count: activity_pubs.unscope(where: :aasm_state).public_send(state).count),
2024-03-18 20:13:32 +00:00
path: filter_states(activity_pub_state: state),
class: ('active' if active?(ActivityPub.states, :activity_pub_state, state))