Sha256: 06e1ecd3368f9d52ada79b8d0e6f572e66e9765d3cd0c4961aacb53239d3ae0e

Contents?: true

Size: 476 Bytes

Versions: 59

Compression:

Stored size: 476 Bytes

Contents

<h1>Editing comment</h1>

<%= error_messages_for :comment %>

<% form_for(:comment, :url => object_url, :html => { :method => :put }) do |f| %>
  <p>
    <b>Post</b><br />
    <%= f.text_field :post_id %>
  </p>

  <p>
    <b>Author</b><br />
    <%= f.text_field :author %>
  </p>

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

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

<%= link_to 'Show', object_url %> |
<%= link_to 'Back', collection_url %>

Version data entries

59 entries across 59 versions & 19 rubygems

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