<%= t("node_actions.heading") %>
<% if params[:node_id].present? || params[:user_id].present? %>
<%= link_to t("node_actions.show_all"), admin_log_path %>
<% end %>
<%= will_paginate @actions %>
<% @actions.each do |action| %>
-
<%= l(action.occurred_at, :format => :ccc) %>
<% if action.inferred_from %>
<%= t("node_actions.backfilled") %>
<% end %>
<%= action_summary(action) %>
<%= render "change_details", :action_entry => action if action.metadata["translation_diff"].present? %>
<% end %>
<%= will_paginate @actions %>