Sha256: c7dacb1bc61afb76c3b2bb27dd5ed5b553a36a4e0d98d4c2fa83d8b0080604b3

Contents?: true

Size: 383 Bytes

Versions: 28

Compression:

Stored size: 383 Bytes

Contents

<%= form_for @comment, :url => blog_post_path(@post) do |f| %>
	<div>
		<%= f.label :author %>
		<%= f.text_field :author %>
	</div>
	<div>
		<%= f.label :content %>
		<%= f.text_area :content %>
	</div>
	<div style="display:none;">
		<%= label_tag 'Comment Validation' %>
		<%= text_field_tag 'comment_validation' %>
	</div>
	<div>
		<%= f.submit 'Post Comment' %>
	</div>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
spud_blog-0.8.14 app/views/blog/_comment_form.html.erb
spud_blog-0.8.13 app/views/blog/_comment_form.html.erb
spud_blog-0.8.12 app/views/blog/_comment_form.html.erb
spud_blog-0.8.11 app/views/blog/_comment_form.html.erb
spud_blog-0.8.8 app/views/blog/_comment_form.html.erb
spud_blog-0.8.7 app/views/blog/_comment_form.html.erb
spud_blog-0.8.6 app/views/blog/_comment_form.html.erb
spud_blog-0.8.5 app/views/blog/_comment_form.html.erb
spud_blog-0.8.4 app/views/blog/_comment_form.html.erb
spud_blog-0.8.3 app/views/blog/_comment_form.html.erb
spud_blog-0.8.2 app/views/blog/_comment_form.html.erb
spud_blog-0.8.1 app/views/blog/_comment_form.html.erb
spud_blog-0.8.0 app/views/blog/_comment_form.html.erb
spud_blog-0.7.5 app/views/blog/_comment_form.html.erb
spud_blog-0.7.4 app/views/blog/_comment_form.html.erb
spud_blog-0.7.2 app/views/blog/_comment_form.html.erb
spud_blog-0.7.0 app/views/blog/_comment_form.html.erb
spud_blog-0.6.3 app/views/blog/_comment_form.html.erb
spud_blog-0.6.0 app/views/blog/_comment_form.html.erb
spud_blog-0.5.1 app/views/blog/_comment_form.html.erb