% 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") %> |
|
<%= link_to t("admin.dashboard.actions.index.edit"),
admin_settings_path(anchor: "tab-proposals"),
class: "button hollow" %>
|
<% end %>