From b1781507617d9386c8545a28941fac163afd50fa Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 27 Apr 2018 09:14:36 +0000 Subject: Show renames in diff preview (#28295). Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17313 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/_diff.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/views/common/_diff.html.erb') diff --git a/app/views/common/_diff.html.erb b/app/views/common/_diff.html.erb index 0d30bedd2..35dfdea28 100644 --- a/app/views/common/_diff.html.erb +++ b/app/views/common/_diff.html.erb @@ -10,6 +10,9 @@ + <% if table_file.previous_file_name %> + <%= table_file.previous_file_name %> → + <% end %> <%= table_file.file_name %> @@ -40,6 +43,9 @@ + <% if table_file.previous_file_name %> + <%= table_file.previous_file_name %> → + <% end %> <%= table_file.file_name %> -- cgit v1.2.3