From c769bfb1b565cafd7a386dba5cae5b6bd4d1d38b Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 16 Jul 2026 14:04:51 +0200 Subject: nodes#show's revisions subsection renamed to history Now there's a separate revisions history and a full action log for a node. To reflect the extended scope, the section has been renamed to history. --- app/views/nodes/show.html.erb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index d0eff60..ae25571 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb @@ -170,11 +170,11 @@ -
Revisions
+
History
- <%= pluralize(@node.pages.count, 'revision', 'revisions') %> + <%= pluralize(@node.pages.count, 'published revision', 'published revisions') %>
    <% @node.pages.order(:revision).each do |page| %> @@ -182,8 +182,7 @@ <% end %>
- -

<%= link_to t("node_actions.heading"), admin_log_path(:node_id => @node.id) %>

+
-- cgit v1.3