From 5f6f272b433ffb1ec0bda2a5e6d64709c4ac6f33 Mon Sep 17 00:00:00 2001
From: erdgeist
Date: Wed, 12 Aug 2026 01:24:28 +0200
Subject: Give the admin lists a shared table and row vocabulary
row_primary and row_secondary replace four names for a row's title and five
for its supporting line, across the tables and the sitemap. Actions cells no
longer sit flush against the row edge
Header rows move into thead, which retires the .header class from the CSS,
the tr.header:hover suppression, and .no_hover
Replace variety of nodes_table, assets_table, events_table, revisions_table,
user_table and sitemap with a shared class admin_table
---
app/views/revisions/index.html.erb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'app/views/revisions/index.html.erb')
diff --git a/app/views/revisions/index.html.erb b/app/views/revisions/index.html.erb
index 3fb33b90..09eac565 100644
--- a/app/views/revisions/index.html.erb
+++ b/app/views/revisions/index.html.erb
@@ -18,7 +18,7 @@
<% end %>
-
+
-
+
|
<%= button_to t(".diff_revisions"), diff_node_revisions_path(@node),
method: :post,
@@ -64,7 +64,7 @@
|
-
+<% end %>
--
cgit v1.3