Sha256: 3c09b45637eb7c4988e112975dea892c3f5f04c24fbfc7e8b0e8eb7b4f48fc55
Contents?: true
Size: 737 Bytes
Versions: 4
Compression:
Stored size: 737 Bytes
Contents
%label= t('the_comments.form.title') %p= f.text_field :title, class: 'form-control' %label= t('the_comments.form.contacts') %p= f.text_field :contacts, class: 'form-control' %label= t('the_comments.form.content') %p= f.text_area :raw_content, class: 'form-control' %p.trap - TheComments.config.empty_inputs.each do |name| = text_field_tag name, nil, autocomplete: :off, tabindex: -1, id: nil = hidden_field_tag :tolerance_time, 0, id: nil, class: :tolerance_time = f.hidden_field :commentable_type, value: commentable.class = f.hidden_field :commentable_id, value: commentable.id = f.hidden_field :parent_id, class: :parent_id %p = f.submit t('the_comments.form.create'), class: :btn = t('the_comments.form.thank_you')
Version data entries
4 entries across 4 versions & 3 rubygems