Sha256: 7181da626c57aefc30a8ccd67159a68e7f643986a6f124e9b6daecaf7070763d

Contents?: true

Size: 525 Bytes

Versions: 285

Compression:

Stored size: 525 Bytes

Contents

<h1>Editing post</h1>

<%= error_messages_for :post %>

<% form_for(:post, :url => user_post_path(@post.user, @post), :html => { :method => :put }) do |f| %>
  <p>
    <b>User</b><br />
    <%= f.text_field :user_id %>
  </p>

  <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', user_post_path(@post.user, @post) %> |
<%= link_to 'Back', user_posts_path(@post.user) %>

Version data entries

285 entries across 171 versions & 30 rubygems

Version Path
thoughtbot-clearance-0.2.6 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-clearance-0.2.7 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-clearance-0.2.8 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-clearance-0.2.9 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-clearance-0.3.0 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-clearance-0.3.1 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-clearance-0.3.2 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-clearance-0.3.3 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-clearance-0.3.4 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.0.0 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.0.1 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.0.2 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.0.3 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.0.4 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.0.5 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.0.6 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.10.0 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.10.1 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.10.2 test/rails_root/app/views/posts/edit.rhtml
thoughtbot-shoulda-2.9.0 test/rails_root/app/views/posts/edit.rhtml