Chris@909:
Chris@909: <%= l(:label_version) %> <%= link_to h(@annotate.content.version), Chris@909: :action => 'show', :project_id => @project, Chris@909: :id => @page.title, :version => @annotate.content.version %> Chris@909: (<%= h(@annotate.content.author ? Chris@909: @annotate.content.author.name : l(:label_user_anonymous)) Chris@909: %>, <%= format_time(@annotate.content.updated_on) %>) Chris@909:
Chris@909: Chris@909: <% colors = Hash.new {|k,v| k[v] = (k.size % 12) } %> Chris@909: Chris@909:<%= line_num %> | Chris@909:<%= link_to line[0], :controller => 'wiki', Chris@909: :action => 'show', :project_id => @project, Chris@909: :id => @page.title, :version => line[0] %> | Chris@909:<%= h(line[1]) %> | Chris@909:<%=h line[2] %> |
Chris@909:
---|