Chris@909: <%= wiki_page_breadcrumb(@page) %> Chris@909: Chris@1464: <%= title [@page.pretty_title, project_wiki_page_path(@page.project, @page.title, :version => nil)], l(:label_history) %> Chris@0: Chris@1115: <%= form_tag({:controller => 'wiki', :action => 'diff', Chris@1115: :project_id => @page.project, :id => @page.title}, Chris@1115: :method => :get) do %> Chris@119:
# | Chris@0:Chris@909: | Chris@0: | <%= l(:field_updated_on) %> | Chris@0:<%= l(:field_author) %> | Chris@0:<%= l(:field_comments) %> | Chris@0:Chris@0: |
---|---|---|---|---|---|---|
<%= link_to h(ver.version), :action => 'show', :id => @page.title, :project_id => @page.project, :version => ver.version %> | Chris@1115:<%= radio_button_tag('version', ver.version, (line_num==1), :id => "cb-#{line_num}", :onclick => "$('#cbto-#{line_num+1}').attr('checked', true);") if show_diff && (line_num < @versions.size) %> | Chris@0:<%= radio_button_tag('version_from', ver.version, (line_num==2), :id => "cbto-#{line_num}") if show_diff && (line_num > 1) %> | Chris@119:<%= format_time(ver.updated_on) %> | Chris@119:<%= link_to_user ver.author %> | Chris@119:<%=h ver.comments %> | Chris@1115:Chris@1115: <%= link_to l(:button_annotate), :action => 'annotate', :id => @page.title, :version => ver.version %> Chris@1115: <%= delete_link wiki_page_path(@page, :version => ver.version) if User.current.allowed_to?(:delete_wiki_pages, @page.project) && @version_count > 1 %> Chris@1115: | Chris@0: