<%= link_to t("node_actions.show_all"), admin_log_path %>
<% end %> <%= will_paginate @actions %>| <%= action.occurred_at.strftime("%Y-%m-%d %H:%M") %> | <%= action_summary(action) %> <% if action.node_id && params[:node_id].blank? %> <%= link_to t("node_actions.node_history"), admin_log_path(:node_id => action.node_id), :class => "node_action_zoom" %> <% end %> <% if action.inferred_from %> <%= t("node_actions.backfilled") %> <% end %> <%= render "change_details", :action_entry => action if action_details?(action) %> |