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