Sha256: 850ce3a6be78db7a028682810d0d5decc1df39c68f4ec2fb55510c0938e0b0d5
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
<%= form_for([@article, @article.comments.build]) do |f| %> <p> <%= f.label :commenter %><br> <%= f.text_field :commenter %> </p> <p> <%= f.label :body %><br> <%= f.text_area :body %> </p> <p> <%= f.submit %> </p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
utter_events-0.2.0 | sample_rails_app/app/views/comments/_form.html.erb |
utter_events-0.1.0 | sample_rails_app/app/views/comments/_form.html.erb |