Sha256: 3ac2f0ea993a3b3f5fdb488f2939f11ca74186287f738a81682cbccef752ea85
Contents?: true
Size: 410 Bytes
Versions: 59
Compression:
Stored size: 410 Bytes
Contents
<h1>New comment</h1> <%= error_messages_for :comment %> <% form_for(:comment, :url => collection_url) do |f| %> <p> <b>Post</b><br /> <%= f.text_field :post_id %> </p> <p> <b>Author</b><br /> <%= f.text_field :author %> </p> <p> <b>Body</b><br /> <%= f.text_area :body %> </p> <p> <%= submit_tag "Create" %> </p> <% end %> <%= link_to 'Back', collection_url %>
Version data entries
59 entries across 59 versions & 19 rubygems