From 6b6e50909cc77de1797e88be5445c5b643b008a9 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 18 Jul 2026 15:28:30 +0200 Subject: Give action log entries per-verb icons A muted glyph before each sentence makes both log surfaces scannable by verb: create, publish, move, trash, restore, destroy, and the discard pair. Rollback publishes get their own icon (history) distinct from ordinary promotion. Unknown verbs fall back to a dashed circle. --- app/views/node_actions/_action_row.html.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/node_actions/_action_row.html.erb') diff --git a/app/views/node_actions/_action_row.html.erb b/app/views/node_actions/_action_row.html.erb index 5b5488b..c640f0d 100644 --- a/app/views/node_actions/_action_row.html.erb +++ b/app/views/node_actions/_action_row.html.erb @@ -4,6 +4,7 @@ <%= action.occurred_at.strftime("%H:%M") %> + <%= verb_icon(action) %> <%= 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" %> -- cgit v1.3