Sha256: 4ffc93520c15d2830a852cb209550f2386d42bac88425332e68f077ef812d2c5

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

<%= simple_form_for @comment, :html => { class: 'form-horizontal' } do |f| %>
	<%= f.error_notification %>

		<%= @comment.author.name %><br />
		<%= link_to (@comment.commentable.try(:title) || @comment.commentable.try(:name)), @comment.commentable %><br />
		<%#= f.input :short_title, hint: 'ideally one word only, used for the menu' %><br />
		<%= render 'comments/status_buttons', comment: @comment %><br />
	  <%= f.input :body, :input_html => { rows: 3, cols: 55 } %>
    <br />
    <%= f.button :submit, :class => 'btn btn-primary' %>

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tkh_content-0.9.17 app/views/comments/_form.html.erb