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

Version Path
makandra_resource_controller-0.8.0 test/app/views/posts/new.html.erb
resources_controller-1.0.4 test/app/views/posts/new.rhtml
resources_controller-1.0.3 test/app/views/posts/new.rhtml
resources_controller-1.0.2 test/app/views/posts/new.rhtml
makandra_resource_controller-0.7.3 test/app/views/posts/new.rhtml
makandra_resource_controller-0.7.2 test/app/views/posts/new.rhtml
rd_resource_controller-1.0.1 test/app/views/posts/new.rhtml
rd_resource_controller-1.0.0 test/app/views/posts/new.rhtml
makandra_resource_controller-0.7.1 test/app/views/posts/new.rhtml
makandra_resource_controller-0.7.0 test/app/views/posts/new.rhtml
rd_resource_controller-1.0.0.rc test/app/views/posts/new.rhtml