<%= link_to(l(:label_page_index), {:action => 'special', :page => 'Page_index'}, :class => 'icon icon-index') %>

<%= @page.pretty_title %>

<%= l(:label_history) %>

<% @versions.each do |ver| %> "> <% end %>
# <%= l(:field_updated_on) %> <%= l(:field_author) %> <%= l(:field_comment) %>
<%= link_to ver.version, :action => 'index', :page => @page.title, :version => ver.version %> <%= format_time(ver.updated_on) %> <%= ver.author ? ver.author.name : "anonyme" %> <%=h ver.comment %>

<%= link_to l(:button_back), :action => 'index', :page => @page.title %>