Chris@1464:
Chris@1464: <%= link_to(l(:label_history), {:action => 'history', :id => @page.title}, Chris@1464: :class => 'icon icon-history') %> Chris@1464:
Chris@1464: Chris@1464: <%= wiki_page_breadcrumb(@page) %> Chris@1464: Chris@1464: <%= title [@page.pretty_title, project_wiki_page_path(@page.project, @page.title, :version => nil)], Chris@1464: [l(:label_history), history_project_wiki_page_path(@page.project, @page.title)], Chris@1464: "#{l(:label_version)} #{@diff.content_to.version}" %> Chris@1464: 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:
Chris@1464: <%= simple_format_without_paragraph @diff.to_html %> Chris@1464: