<%= link_to(l(:button_edit), {:action => 'edit', :page => @page.title}, :class => 'icon icon-edit') %> <%= link_to(l(:label_history), {:action => 'history', :page => @page.title}, :class => 'icon icon-history') %>

<%= @page.pretty_title %>

<%= l(:label_version) %> <%= link_to @annotate.content.version, :action => 'index', :page => @page.title, :version => @annotate.content.version %> (<%= @annotate.content.author ? @annotate.content.author.name : "anonyme" %>, <%= format_time(@annotate.content.updated_on) %>)

<% colors = Hash.new {|k,v| k[v] = (k.size % 12) } %> <% line_num = 1 %> <% @annotate.lines.each do |line| -%> <% line_num += 1 %> <% end -%>
<%= line_num %> <%= link_to line[0], :controller => 'wiki', :action => 'index', :id => @project, :page => @page.title, :version => line[0] %> <%= h(line[1]) %>
<%=h line[2] %>
<% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> <% end %>