blob: 8d61d143543c2040db7c7266d2c68956587603b1 [file] [log] [blame]
<% @heading = "Edit Comment" %>
<% @overview = "Edit Comment of #{link_to_user(@comment.user)} about #{link_to_page(@comment.page)} in Wiki #{link_to_site(@comment.site)} " %>
<% tinymce('advanced') %>
<%= error_messages_for :comment %>
<% tabular_form_for :comment, @comment, :url => { :action => 'update', :id => @comment.id } do |f| %>
<%= f.text_area 'text', :cols => 100, :rows => 10 %>
<%= f.hidden_field 'request_referer', :value => request.referer %>
<tr><th></th><td><%= submit_tag "Submit" %></td></tr>
<% end %>