summaryrefslogtreecommitdiff
path: root/app/views/node_actions
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/node_actions')
-rw-r--r--app/views/node_actions/_change_details.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/node_actions/_change_details.html.erb b/app/views/node_actions/_change_details.html.erb
index 2da8bfd5..98e70d8f 100644
--- a/app/views/node_actions/_change_details.html.erb
+++ b/app/views/node_actions/_change_details.html.erb
@@ -17,6 +17,12 @@
17 </td> 17 </td>
18 </tr> 18 </tr>
19 <% end %> 19 <% end %>
20 <% if (event_items = event_changes_list(action_entry)).any? %>
21 <tr>
22 <th></th>
23 <td><%= safe_join(event_items, tag.br) %></td>
24 </tr>
25 <% end %>
20 <% (action_entry.metadata["translation_diff"] || {}).each do |locale, diff| %> 26 <% (action_entry.metadata["translation_diff"] || {}).each do |locale, diff| %>
21 <tr> 27 <tr>
22 <th><%= locale.upcase %></th> 28 <th><%= locale.upcase %></th>