<%- @title = "Rollback to #{@page.plain_name} Rev ##{@revision_number}".html_safe @content_width = 720 @hide_navigation = true -%>
<%= render(:file => "#{@web.markup}_help") -%> <%= render(:file => 'wiki_words_help') unless @web.brackets_only? -%>
<% form_tag({:web => @web.address, :action => 'save', :id => @page.name}, { :id => 'editForm', :method => 'post', :onsubmit => 'cleanAuthorName();', 'accept-charset' => 'utf-8' }) do %>
as | <%= link_to('Cancel', {:web => @web.address, :action => 'cancel_edit', :id => @page.name}, {:accesskey => 'c'}) %> (unlocks page)
<%- end -%>