Sha256: 53e289d93f20c0d529a324979a5376421cb39527ca928eb9049a60ffc0c363e7

Contents?: true

Size: 461 Bytes

Versions: 23

Compression:

Stored size: 461 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 class="comment_validity">
		<%= label_tag 'Comment Validation' %>
		<%= text_field_tag 'comment_validation' %>
	</div>
	<div>
		<%= f.submit 'Post Comment' %>
	</div>

<% end %>
<%= stylesheet_link_tag    "spud/blog/validity.css", :media => "all" %>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
spud_blog-0.8.17 app/views/blog/_comment_form.html.erb
spud_blog-0.8.16 app/views/blog/_comment_form.html.erb
spud_blog-0.8.15 app/views/blog/_comment_form.html.erb