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/controllers/admin_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers') diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 40cfbdc..8bd99ac 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -6,7 +6,6 @@ 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 -- cgit v1.3