Chris@0:
Chris@119: <%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %> Chris@909: (<%= @diff.content_from.author ? Chris@909: @diff.content_from.author.name : l(:label_user_anonymous) Chris@909: %>, <%= format_time(@diff.content_from.updated_on) %>) Chris@0: → Chris@909: <%= l(:label_version) %> <%= link_to @diff.content_to.version, :action => 'show', Chris@909: :id => @page.title, :project_id => @page.project, Chris@909: :version => @diff.content_to.version Chris@909: %>/<%= @page.content.version %> Chris@909: (<%= @diff.content_to.author ? Chris@909: link_to_user(@diff.content_to.author.name) : l(:label_user_anonymous) Chris@909: %>, <%= format_time(@diff.content_to.updated_on) %>) Chris@0:
Chris@0: Chris@245: