Sha256: bb3592a519d35df18807e2c51f518d56f05cc3faa937ccbcb4158b0b68218c89

Contents?: true

Size: 437 Bytes

Versions: 4

Compression:

Stored size: 437 Bytes

Contents

<h1>Editing 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 'Update' %>
  </p>
<% end %>

<%= link_to 'Show', @comment %> |
<%= 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/edit.html.erb
fizx-collapsed_routes-1.1.0 spec/app/app/views/comments/edit.html.erb
fizx-collapsed_routes-1.2.0 spec/app/app/views/comments/edit.html.erb
fizx-collapsed_routes-1.3.0 spec/app/app/views/comments/edit.html.erb