Sha256: 3386c5d2a71643ebb2462f9fd53a139b32a4b9ea22cd706a1e997a752647472c

Contents?: true

Size: 577 Bytes

Versions: 10

Compression:

Stored size: 577 Bytes

Contents

<div id="<%= parent.dom_id %>_new_comment" class="comment-form-wrapper">
  <% form_for(:comment, :url => new_comment_path_with_parent(parent), :html => { :id => "#{parent.dom_id}_comment_form", :class => "comment-form"} ) do |f| -%>
    <%= f.text_area :body, :class => 'min' %>
    <%= hidden_field_tag :parent_comment_id, comment.id unless comment.blank? -%>
    <%= hidden_field_tag :render_new, render_new -%>
    <%= f.submit t('muck.comments.add_comment_button'), :class => "button #{comment_button_class}", :id => "comment_submit_#{parent.dom_id}" %>
  <% end -%>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
muck-comments-0.1.19 app/views/comments/_form.html.erb
muck-comments-0.1.18 app/views/comments/_form.html.erb
muck-comments-0.1.17 app/views/comments/_form.html.erb
muck-comments-0.1.16 app/views/comments/_form.html.erb
muck-comments-0.1.15 app/views/comments/_form.html.erb
muck-comments-0.1.14 app/views/comments/_form.html.erb
muck-comments-0.1.13 app/views/comments/_form.html.erb
muck-comments-0.1.12 app/views/comments/_form.html.erb
muck-comments-0.1.11 app/views/comments/_form.html.erb
muck-comments-0.1.10 app/views/comments/_form.html.erb