From 88ebeaac7fcf140cbab489e841bf9c197f84c4ea Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 14 Jul 2026 02:17:04 +0200 Subject: Make revisions locale aware --- app/views/page_translations/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/page_translations/show.html.erb') diff --git a/app/views/page_translations/show.html.erb b/app/views/page_translations/show.html.erb index c5bd151f..60eb7cf7 100644 --- a/app/views/page_translations/show.html.erb +++ b/app/views/page_translations/show.html.erb @@ -1,5 +1,7 @@

Compare — <%= title_for_node(@node) %>

+

<%= link_to 'View revision history', node_revisions_path(@node, :locale => @locale) %>

+

<%= @locale.to_s.upcase %>

-- cgit v1.3