Sha256: 5cdf5595cda07113a540ec184fdf5ac0e2fa569944d2bcf3ce3bda92e2720fbe

Contents?: true

Size: 196 Bytes

Versions: 1

Compression:

Stored size: 196 Bytes

Contents

<h1>Editing post</h1>

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

  <p>
    <%= f.submit 'Update' %>
  </p>
<% end %>

<%= link_to 'Show', @post %> |
<%= link_to 'Back', posts_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reflexive-0.0.4 spec/test_apps/rails2_test_app/app/views/posts/edit.html.erb