Sha256: e7539b0344e491e55bff3c0c8b79953c5aa4852f47bc8258f5ea1d4ff2eb92a5
Contents?: true
Size: 411 Bytes
Versions: 11
Compression:
Stored size: 411 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
11 entries across 11 versions & 3 rubygems