<%= _('Changes from %s → %s') % [show_time(@v1.updated_at), show_time(@v2.updated_at)] %>
<% diffContent = Diffy::Diff.new(@v1.body, @v2.body, :context => 1) %> <% if diffContent.to_s(:text).blank? %><%= _('These versions range have no differences.')%>
<% else %> <%= diffContent.to_s(:html) %> <% end %>