<%= _('This is the list of all versions of this content. Select a version to see it and then revert to it.') %>.
<% @versions.each do |v| %>
-
<%= link_to(_("Version #{v.version}"), @page.url.merge(:version => v.version)) %>
<%= @page.version == v.version ? _('(current)') : '' %>
<%= _('by %{author}') % {:author => link_to(@page.author_name(v.version), @page.author_url)} %>
<%= show_time(v.updated_at) %>
<% end %>
<%= pagination_links @versions, :param_name => 'npage' %>