<%= t("node_actions.show_changes") %> <% if (default_items = default_locale_changes(action_entry)).any? %> <% end %> <% (action_entry.metadata["translation_diff"] || {}).each do |locale, diff| %> <% end %>
<%= I18n.default_locale.to_s.upcase %> <%= safe_join(default_items, ", ") %> <% if action_entry.page && action_entry.node %> <%= link_to t("node_actions.view_revision"), node_revision_path(action_entry.node, action_entry.page) %> <% end %>
<%= locale.upcase %> <%= safe_join(translation_changes(diff), ", ") %> <% if action_entry.page && action_entry.node %> <%= link_to t("node_actions.view_revision"), node_revision_path(action_entry.node, action_entry.page, :locale => locale) %> <% end %>