Sha256: adb67b1be981863109f0a82c9357da4c3dbf9262e1da3d9db30626b060cb672c

Contents?: true

Size: 174 Bytes

Versions: 4

Compression:

Stored size: 174 Bytes

Contents

<h3>New comment</h3>
<%= form_for [@post, @post.comments.build] do |f| %>
  <p>
    <%= f.label :text %><br />
    <%= f.text_area :text %>
  </p>
  <%= f.submit %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
raffle_v1-0.0.5 app/views/raffle_v1/comments/_form.html.erb
raffle_v1-0.0.4 app/views/raffle_v1/comments/_form.html.erb
raffle_v1-0.0.2 app/views/raffle_v1/comments/_form.html.erb
raffle_v1-0.0.1 app/views/raffle_v1/comments/_form.html.erb