<% html_title t(:label_administration), t('custom_actions.plural') -%> <%= toolbar title: t('custom_actions.plural') do %>
  • <%= link_to new_custom_action_path, { class: 'button -primary', aria: { label: t('custom_actions.new') }, title: t('custom_actions.new') } do %> <%= op_icon('button--icon icon-add') %> <%= CustomAction.model_name.human %> <% end %>
  • <% end %>
    <%= render(::CustomActions::TableComponent.new(rows: @custom_actions)) %>