| <%= 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 %> |