Sha256: 9fc7280330e6afa23681e30b468db35450bce4cd5e851e89e243166b1c94ff5f

Contents?: true

Size: 399 Bytes

Versions: 4

Compression:

Stored size: 399 Bytes

Contents

<h1>New comment</h1>

<% form_for(@comment) do |f| %>
  <%= f.error_messages %>

  <p>
    <%= f.label :post_id %><br />
    <%= f.text_field :post_id %>
  </p>
  <p>
    <%= f.label :title %><br />
    <%= f.text_field :title %>
  </p>
  <p>
    <%= f.label :body %><br />
    <%= f.text_area :body %>
  </p>
  <p>
    <%= f.submit 'Create' %>
  </p>
<% end %>

<%= link_to 'Back', comments_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fizx-collapsed_routes-1.0.2 spec/app/app/views/comments/new.html.erb
fizx-collapsed_routes-1.1.0 spec/app/app/views/comments/new.html.erb
fizx-collapsed_routes-1.2.0 spec/app/app/views/comments/new.html.erb
fizx-collapsed_routes-1.3.0 spec/app/app/views/comments/new.html.erb