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