| <script type="text/javascript" language="JavaScript"> |
| tinyMCE.execCommand("mceAddControl", true, "comment[text]") |
| </script> |
| <div class="comment"> |
| <%= form_remote_tag(:update => div_id(@comment,''),:url => { :action => 'update', :id => @comment.id}) %> |
| <%= render :partial => 'form' %> |
| <%= end_form_tag %> |
| </div> |
| <div class="commentfooter"> |
| Comment created <%= time_ago_in_words(@comment.created_on) %> ago by <%= link_to_user @comment.user %> |
| about <%= link_to_version @comment.version, 'version' %> |
| <br> |
| </div> |
| |