% default_actions.each do |action| %>
| <%= t("admin.dashboard.actions.index.default.#{action}") %> |
<%= Dashboard::Action.human_attribute_name("action_type_resource") %> |
<%= t("admin.dashboard.actions.index.active") %> |
|
<%= render Admin::TableActionsComponent.new(
action,
actions: [:edit],
edit_path: admin_settings_path(anchor: "tab-proposals"),
) %>
|
<% end %>