From c810d1aa93a267dd8fcf8984c5d0b125629efa31 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 17 Jul 2026 00:42:54 +0200 Subject: Cutover to new Recent Changes widget --- app/controllers/admin_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers') diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 37fd78b..40cfbdc 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -7,6 +7,7 @@ class AdminController < ApplicationController def index @drafts = Node.drafts_and_autosaves(current_user_id: current_user.id).limit(5) @recent_changes = Node.recently_changed.limit(5) + @actions = NodeAction.order(:occurred_at => :desc, :id => :desc).limit(5) end def conventions -- cgit v1.3