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