From 28a6999b55cbec555696df848d6e924aae3166ee Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 15 Jul 2026 01:10:17 +0200 Subject: Make the recent-changes page match the widget it links from nodes/recent rendered the generic node-listing partial (id, actions, current lock owner, revision number) -- nothing resembling what 'See all recent changes' actually promised to show more of. Both surfaces now render the same extracted partial, so they can't tell two different stories again. Also: head.editor correctly identifies who last wrote the content sitting in head, but publish_draft! never touches editor at all -- nobody has ever had the specific act of publishing recorded anywhere. 'Published by X' was a claim the data never supported, only incidentally true when the same person who drafted something also happened to publish it. Relabeled to 'last edited by' -- same data, accurately described. A real publish-actor is separate, future work, once the action log exists. Basic list styling added for the full page, which had never rendered outside the widget's own compact five-line context before. --- app/views/admin/index.html.erb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'app/views/admin') diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index bdb555e..a9c0512 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb @@ -43,17 +43,7 @@

Recent changes

<%= link_to "See all recent changes →", recent_nodes_path %>
-- cgit v1.3