|
<%= action.occurred_at.strftime("%Y-%m-%d") %>
<%= action.occurred_at.strftime("%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 "node_actions/change_details", :action_entry => action if action_details?(action) %>
|