Sha256: 9cedd3e059eb17c2e2970d0d06e8e69c4cc9a5a1388b6913fe95b95e77cb1fe3
Contents?: true
Size: 477 Bytes
Versions: 11
Compression:
Stored size: 477 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
11 entries across 11 versions & 3 rubygems