diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-14 02:17:04 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-14 02:17:04 +0200 |
| commit | 88ebeaac7fcf140cbab489e841bf9c197f84c4ea (patch) | |
| tree | ff97b50deebdaa44eb6a40d8550e912457c2fb8f /app/views/page_translations/show.html.erb | |
| parent | c693069db6ddce4582209a1cf60a564f6947bd56 (diff) | |
Make revisions locale aware
Diffstat (limited to 'app/views/page_translations/show.html.erb')
| -rw-r--r-- | app/views/page_translations/show.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 1 | <h1>Compare — <%= title_for_node(@node) %></h1> | 1 | <h1>Compare — <%= title_for_node(@node) %></h1> |
| 2 | 2 | ||
| 3 | <p class="node_action_bar standalone_action_bar"><%= link_to 'View revision history', node_revisions_path(@node, :locale => @locale) %></p> | ||
| 4 | |||
| 3 | <div class="translation_compare"> | 5 | <div class="translation_compare"> |
| 4 | <div class="translation_compare_column"> | 6 | <div class="translation_compare_column"> |
| 5 | <h2><%= @locale.to_s.upcase %></h2> | 7 | <h2><%= @locale.to_s.upcase %></h2> |
