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

Version Path
akitaonrails-resource_controller-0.5.2 test/app/views/comments/new.rhtml
akitaonrails-resource_controller-0.5.3 test/app/views/comments/new.rhtml
csmosx-resource_controller-0.6.6 test/app/views/comments/new.rhtml
csmosx-resource_controller-0.6.7 test/app/views/comments/new.rhtml
dkubb-resource_controller-0.6.5 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.4.10 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.4.12 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.4.9 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.5.2 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.5.3 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.5.5 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.5.6 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.6.0 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.6.1 test/app/views/comments/new.rhtml
giraffesoft-resource_controller-0.6.5 test/app/views/comments/new.rhtml
jeffrafter-resource_controller-0.5.5 test/app/views/comments/new.rhtml
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/app/views/comments/new.rhtml
korin-resource_controller-0.5.3 test/app/views/comments/new.rhtml
maser-resource_controller-0.6.6 test/app/views/comments/new.rhtml
nileshtrivedi-lp_resource_builder-0.5.1 test/app/views/comments/new.rhtml