Sha256: 0ce54ad2cc73548f26aa531151b6913dcc50c31c4b0425a8201d7d803e2e5a73

Contents?: true

Size: 404 Bytes

Versions: 59

Compression:

Stored size: 404 Bytes

Contents

<h1>Editing post</h1>

<%= error_messages_for :post %>

<% form_for(:post, :url => post_path(@post), :html => { :method => :put }) do |f| %>
  <p>
    <b>Title</b><br />
    <%= f.text_field :title %>
  </p>

  <p>
    <b>Body</b><br />
    <%= f.text_area :body %>
  </p>

  <p>
    <%= submit_tag "Update" %>
  </p>
<% end %>

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

Version data entries

59 entries across 59 versions & 19 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/app/views/posts/edit.rhtml
akitaonrails-resource_controller-0.5.3 test/app/views/posts/edit.rhtml
csmosx-resource_controller-0.6.6 test/app/views/posts/edit.rhtml
csmosx-resource_controller-0.6.7 test/app/views/posts/edit.rhtml
dkubb-resource_controller-0.6.5 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.4.10 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.4.12 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.4.9 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.5.2 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.5.3 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.5.5 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.5.6 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.6.0 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.6.1 test/app/views/posts/edit.rhtml
giraffesoft-resource_controller-0.6.5 test/app/views/posts/edit.rhtml
jeffrafter-resource_controller-0.5.5 test/app/views/posts/edit.rhtml
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/app/views/posts/edit.rhtml
korin-resource_controller-0.5.3 test/app/views/posts/edit.rhtml
maser-resource_controller-0.6.6 test/app/views/posts/edit.rhtml
nileshtrivedi-lp_resource_builder-0.5.1 test/app/views/posts/edit.rhtml