diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 22:45:51 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 22:45:51 +0200 |
| commit | da59dea46f55c64a3090b83a6321fbecd2ee6f60 (patch) | |
| tree | ea64bb3e3d124f8141ae0cfb07e1dfffc19162bb /app/views/node_actions | |
| parent | 30d85119ba5cda8a23ca99df5af9e94f5391eb78 (diff) | |
Witness calendar entries
Diffstat (limited to 'app/views/node_actions')
| -rw-r--r-- | app/views/node_actions/_change_details.html.erb | 6 |
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> |
