Sha256: f95a5889a3be30d970ba1db40dc1fbcbe1d3b26ee57a6ed25f27e839b07986a7

Contents?: true

Size: 292 Bytes

Versions: 24

Compression:

Stored size: 292 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 :page_id, value: @page.id %>
		<%= f.button :submit, :class => 'btn btn-primary' %>
	</div>

<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
tkh_content-0.9.15 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.14 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.13 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.12 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.11 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.10 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.9 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.8 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.7 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.6 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.5 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.4 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.3 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.2 app/views/comments/_form_in_page.html.erb
tkh_content-0.4.7 app/views/comments/_form_in_page.html.erb
tkh_content-0.9.1 app/views/comments/_form_in_page.html.erb
tkh_content-0.9 app/views/comments/_form_in_page.html.erb
tkh_content-0.4.6 app/views/comments/_form_in_page.html.erb
tkh_content-0.4.5 app/views/comments/_form_in_page.html.erb
tkh_content-0.4.4 app/views/comments/_form_in_page.html.erb