From da5bb5788802c725f9f14b72e6a54c6c38ea5e0a 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/index.html.erb | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'app/views/node_actions') diff --git a/app/views/node_actions/index.html.erb b/app/views/node_actions/index.html.erb index ee06213..20ef5b3 100644 --- a/app/views/node_actions/index.html.erb +++ b/app/views/node_actions/index.html.erb @@ -7,21 +7,7 @@ <%= will_paginate @actions %> - <% @actions.each do |action| %> - - - - - <% end %> + <%= render partial: "node_actions/action_row", collection: @actions, as: :action %>
<%= 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) %> -
<%= will_paginate @actions %> -- cgit v1.3