diff options
Diffstat (limited to 'app/views/node_actions')
| -rw-r--r-- | app/views/node_actions/_change_details.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/node_actions/_change_details.html.erb b/app/views/node_actions/_change_details.html.erb index 19e2fe29..2da8bfd5 100644 --- a/app/views/node_actions/_change_details.html.erb +++ b/app/views/node_actions/_change_details.html.erb | |||
| @@ -25,9 +25,9 @@ | |||
| 25 | <br/> | 25 | <br/> |
| 26 | <% if action_entry.page && action_entry.node %> | 26 | <% if action_entry.page && action_entry.node %> |
| 27 | <% if (diff_params = action_entry.diff_link_params) %> | 27 | <% if (diff_params = action_entry.diff_link_params) %> |
| 28 | <%= link_to t("node_actions.view_diff"), diff_node_revisions_path(action_entry.node, diff_params.merge(:locale => locale)) %> | 28 | <%= link_to t("node_actions.view_diff"), diff_node_revisions_path(action_entry.node, diff_params.merge(:translation_locale => locale)) %> |
| 29 | <% else %> | 29 | <% else %> |
| 30 | <%= link_to t("node_actions.view_revision"), node_revision_path(action_entry.node, action_entry.page, :locale => locale) %> | 30 | <%= link_to t("node_actions.view_revision"), node_revision_path(action_entry.node, action_entry.page, :translation_locale => locale) %> |
| 31 | <% end %> | 31 | <% end %> |
| 32 | <% end %> | 32 | <% end %> |
| 33 | </td> | 33 | </td> |
