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