view app/views/wiki/rename.rhtml @ 36:de76cd3e8c8e cc-branches

* Probably abortive experiments in extracting the branch from Hg
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 20 Oct 2010 10:07:29 +0100
parents 513646585e45
children 94944d00e43c
line wrap: on
line source
<h2><%= l(:button_rename) %>: <%= @original_title %></h2>

<%= error_messages_for 'page' %>

<% labelled_tabular_form_for :wiki_page, @page, :url => { :action => 'rename' } do |f| %>
<div class="box">
<p><%= f.text_field :title, :required => true, :size => 100  %></p>
<p><%= f.check_box :redirect_existing_links %></p>
<p><%= f.text_field :parent_title, :size => 100  %></p>
</div>
<%= submit_tag l(:button_rename) %>
<% end %>