Sha256: 12951cad0f9077a16f1b8ee3395c42fd2221f7337ebe5b7e33bdca0458c0ea76

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

<h1>Editing post</h1>

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

  <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

3 entries across 3 versions & 1 rubygems

Version Path
rmce_uploadr-0.0.3 examples/rails/app/views/posts/edit.html.erb
rmce_uploadr-0.0.2 examples/rails/app/views/posts/edit.html.erb
rmce_uploadr-0.0.1 examples/rails/app/views/posts/edit.html.erb