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