summaryrefslogtreecommitdiff
path: root/app/views/page_translations
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-02 14:31:50 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-02 14:31:50 +0200
commitdab53a1ef28ecc281d574b50d3433e806db375cd (patch)
tree54970ba3fda4907b61b7e44e176a322ca29ade63 /app/views/page_translations
parent097a211bbe15127c36e93bde9c8ca2f112f7db0e (diff)
Keep the compared translation independent of the interface language
Diffstat (limited to 'app/views/page_translations')
-rw-r--r--app/views/page_translations/edit.html.erb2
-rw-r--r--app/views/page_translations/show.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/page_translations/edit.html.erb b/app/views/page_translations/edit.html.erb
index f398a544..fb879568 100644
--- a/app/views/page_translations/edit.html.erb
+++ b/app/views/page_translations/edit.html.erb
@@ -2,7 +2,7 @@
2 <%= t(".editing_prefix") %> <strong><%= @locale.to_s.upcase %></strong> <%= t(".translation_of") %> <strong><%= title_for_node(@node) %></strong>. 2 <%= t(".editing_prefix") %> <strong><%= @locale.to_s.upcase %></strong> <%= t(".translation_of") %> <strong><%= title_for_node(@node) %></strong>.
3</div> 3</div>
4 4
5<p class="node_action_bar standalone_action_bar"><%= link_to t("page_translations.revision_history_link"), node_revisions_path(@node, :locale => @locale) %></p> 5<p class="node_action_bar standalone_action_bar"><%= link_to t("page_translations.revision_history_link"), node_revisions_path(@node, :translation_locale => @locale) %></p>
6 6
7<p class="field_hint"> 7<p class="field_hint">
8 <%= t(".metadata_hint_prefix") %> <%= link_to t(".metadata_hint_link"), edit_node_path(@node) %>. 8 <%= t(".metadata_hint_prefix") %> <%= link_to t(".metadata_hint_link"), edit_node_path(@node) %>.
diff --git a/app/views/page_translations/show.html.erb b/app/views/page_translations/show.html.erb
index 0fbcd0b6..5f94ac38 100644
--- a/app/views/page_translations/show.html.erb
+++ b/app/views/page_translations/show.html.erb
@@ -1,6 +1,6 @@
1<h1><%= t(".title") %> — <%= title_for_node(@node) %></h1> 1<h1><%= t(".title") %> — <%= title_for_node(@node) %></h1>
2 2
3<p class="node_action_bar standalone_action_bar"><%= link_to t("page_translations.revision_history_link"), node_revisions_path(@node, :locale => @locale) %></p> 3<p class="node_action_bar standalone_action_bar"><%= link_to t("page_translations.revision_history_link"), node_revisions_path(@node, :translation_locale => @locale) %></p>
4 4
5<div class="translation_compare"> 5<div class="translation_compare">
6 <div class="translation_compare_column"> 6 <div class="translation_compare_column">