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