Sha256: 0f4e008cabf92762f2a01bf6b6072ea6392eab1042872c1fa8df8bf5df622f1c

Contents?: true

Size: 425 Bytes

Versions: 4

Compression:

Stored size: 425 Bytes

Contents

<h1>Editing post</h1>

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

  <p>
    <%= f.label :user_id %><br />
    <%= f.text_field :user_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', @post %> |
<%= link_to 'Back', posts_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

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