Sha256: 84fd658403b45d3ff8564ac3147c332e99fcc9b8f3c276ba431a3410c5abbdfd
Contents?: true
Size: 323 Bytes
Versions: 11
Compression:
Stored size: 323 Bytes
Contents
<h1>New post</h1> <%= error_messages_for :post %> <%= form_for(:post, :url => posts_path) 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 "Create" %> </p> <% end %> <%= link_to 'Back', posts_path %>
Version data entries
11 entries across 11 versions & 3 rubygems