blob: b8e6ae79d931a3c4494b2211f3372dc9afc4b496 [file] [log] [blame]
<% @heading = "Edit Baseline Process: #{@site.title}" if @site.baseline_process? %>
<% @heading = "Edit Wiki: #{@site.title}" if @site.wiki? %>
<% @overview = "Use the form below to update properties of #{link_to_site(@site)}" %>
<%= error_messages_for 'site' %>
<% tabular_form_for :site do |f| %>
<%= f.text_field :title %>
<%= f.text_field :folder %>
<%= f.text_area :description, :cols => 60, :rows => 8 %>
<tr><th></th><td><%= submit_tag "Submit" %></td></tr>
<% end %>