blob: b8042b3ffda4e9f9fb79ae7fbf979a9d65b17c7e [file] [log] [blame]
<% @overview = "Add or change the version note" %>
<% tabular_form_for :version, @version, :url => { :controller => 'pages', :action => 'checkin' } do |f| %>
<%= f.hidden_field :id %>
<%= f.text_area :note, :cols => 60, :rows => 8 %>
<tr><th></th><td><%= submit_tag 'Submit' %></td></tr>
<% end %>