From 3ec280e6e8187f4344fc20f89ec84ecfcc7326da Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 17 Jul 2026 17:52:08 +0200 Subject: Retire recent changes widget, replace with action log --- app/views/node_actions/_action_row.html.erb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/views/node_actions/_action_row.html.erb diff --git a/app/views/node_actions/_action_row.html.erb b/app/views/node_actions/_action_row.html.erb new file mode 100644 index 0000000..5b5488b --- /dev/null +++ b/app/views/node_actions/_action_row.html.erb @@ -0,0 +1,17 @@ + + + <%= 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) %> + + + -- cgit v1.3