| <%= locale.upcase %> | <% case diff["status"] %> <% when "added" %> <%= t("node_actions.locale_added", :title => diff.dig("title", "to")) %> <% when "removed" %> <%= t("node_actions.locale_removed", :title => diff.dig("title", "from")) %> <% else %> <% if diff["title"] %> <%= diff.dig("title", "from") %> → <%= diff.dig("title", "to") %> <% end %> <%= t("node_actions.abstract_changed") if diff["abstract_changed"] %> <%= t("node_actions.body_changed") if diff["body_changed"] %> <% end %> |
|---|