Sha256: 954b4cceaa9f2fbdd258fb7cfbcd92fc3d60d4ef9b49e8610fe5e86a06b628ac

Contents?: true

Size: 380 Bytes

Versions: 17

Compression:

Stored size: 380 Bytes

Contents

<%= simple_form_for Comment.new do |f| %>
	<%= f.error_notification %>

  <div class="form-inputs">
	  <%= f.input :body, label: false, :input_html => { :rows => 8 } %>
		<%= f.hidden_field :commentable_type, value: controller_name.classify %>
    <%= f.hidden_field :commentable_id, value: params[:id] %>
		<%= f.button :submit, :class => 'btn btn-primary' %>
	</div>

<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
tkh_content-0.10.10 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.9 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.8 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.7 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.6 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.5.1 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.5 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.4 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.3 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.2 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10.1 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.10 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.9.20 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.9.19 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.9.18 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.9.17 app/views/comments/_form_in_commentable.html.erb
tkh_content-0.9.16 app/views/comments/_form_in_commentable.html.erb