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