Sha256: ab48b5dc750346eca94c598c7fddfecd7490fcfc210d333622548c5d26801dfd

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

<% # Clients of this partial must provide the following variables:
   # comment
   #
   # Additionally, they can override the following variable:
   thread ||= nil
   no_remote ||= false
%>

<%= form_for([thread, comment],
             :id => 'new_comment_form',
             :remote => !no_remote) do |f| %>
             
  <p>
    <%= f.text_area :body, :rows => '7' %>
  </p>
  
  <p>
    <%= f.submit %>
  </p>
  
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commontator-0.4.1 app/views/commontator/comments/_form.html.erb~
commontator-0.3.10 app/views/commontator/comments/_form.html.erb~
commontator-0.2.4 app/views/commontator/comments/_form.html.erb~
commontator-0.2.0 app/views/commontator/comments/_form.html.erb~
commontator-0.1.46 app/views/commontator/comments/_form.html.erb~