<% @heading = 'Edit Baseline' %> | |
<% @overview = "Use this form to edit the details of baseline #{link_to_baseline(@baseline, nil)}" %> | |
<% tinymce %> | |
<%= error_messages_for 'baseline' %> | |
<% tabular_form_for :baseline, @baseline do |f| %> | |
<%= f.text_field :buildid%> | |
<%= f.text_field :baseline%> | |
<%= f.text_area :description, :cols => 60, :rows => 8 %> | |
<tr><th></th><td><%= submit_tag 'Submit' %></td></tr> | |
<% end %> | |