diff app/views/repositories/diff.rhtml @ 119:8661b858af72

* Update to Redmine trunk rev 4705
author Chris Cannam
date Thu, 13 Jan 2011 14:12:06 +0000
parents 40f7cfd4df19
children cd2282d2aa55
line wrap: on
line diff
--- a/app/views/repositories/diff.rhtml	Fri Nov 19 14:05:24 2010 +0000
+++ b/app/views/repositories/diff.rhtml	Thu Jan 13 14:12:06 2011 +0000
@@ -1,4 +1,4 @@
-<h2><%= l(:label_revision) %> <%= format_revision(@rev_to) + ':' if @rev_to %><%= format_revision(@rev) %> <%=h @path %></h2>
+<h2><%= l(:label_revision) %> <%= @diff_format_revisions %> <%=h @path %></h2>
 
 <!-- Choose view type -->
 <% form_tag({:path => to_path_param(@path)}, :method => 'get') do %>