Chris@0:
Chris@909: <%= link_to(l(:label_history), {:action => 'history', :id => @page.title}, Chris@909: :class => 'icon icon-history') %> Chris@0:
Chris@0: Chris@909: <%= wiki_page_breadcrumb(@page) %> Chris@909: 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@0: 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:
Chris@245: <%= simple_format_without_paragraph @diff.to_html %> Chris@245: