Sha256: e5a7aae6d9d1c98cc45097fc62cff8c6bec31bd06f3973bc8271094682203b77

Contents?: true

Size: 536 Bytes

Versions: 24

Compression:

Stored size: 536 Bytes

Contents

<%= simple_form_for @comment, :html => { class: 'form-horizontal' } do |f| %>
	<%= f.error_notification %>
	
  <div class="form-inputs">
		<%= @comment.author.name %><br />
		<%= link_to @comment.page.title, @comment.page %><br />
		<%= f.input :short_title, hint: 'ideally one word only, used for the menu' %><br />
		<%= render 'comments/status_buttons' %><br />
	  <%= f.input :body, :input_html => { :rows => 3 } %>
	</div>
	
  <div class="form-actions">
    <%= 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.html.erb
tkh_content-0.9.14 app/views/comments/_form.html.erb
tkh_content-0.9.13 app/views/comments/_form.html.erb
tkh_content-0.9.12 app/views/comments/_form.html.erb
tkh_content-0.9.11 app/views/comments/_form.html.erb
tkh_content-0.9.10 app/views/comments/_form.html.erb
tkh_content-0.9.9 app/views/comments/_form.html.erb
tkh_content-0.9.8 app/views/comments/_form.html.erb
tkh_content-0.9.7 app/views/comments/_form.html.erb
tkh_content-0.9.6 app/views/comments/_form.html.erb
tkh_content-0.9.5 app/views/comments/_form.html.erb
tkh_content-0.9.4 app/views/comments/_form.html.erb
tkh_content-0.9.3 app/views/comments/_form.html.erb
tkh_content-0.9.2 app/views/comments/_form.html.erb
tkh_content-0.4.7 app/views/comments/_form.html.erb
tkh_content-0.9.1 app/views/comments/_form.html.erb
tkh_content-0.9 app/views/comments/_form.html.erb
tkh_content-0.4.6 app/views/comments/_form.html.erb
tkh_content-0.4.5 app/views/comments/_form.html.erb
tkh_content-0.4.4 app/views/comments/_form.html.erb