Sha256: 610a9d229f24ce42096b54bc7655f3000c9033bbd8787104ea3cc0e72f7d1db3

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 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

1 entries across 1 versions & 1 rubygems

Version Path
myengine-0.0.1 app/views/myengine/comments/_form.html.erb