Sha256: 3a62d60030a921bd60004110518b7b58c2ed2a3e27eb5324a0e3bf45b1fe3ff6

Contents?: true

Size: 517 Bytes

Versions: 20

Compression:

Stored size: 517 Bytes

Contents

<% form_for([commentable, (@comment || Comment.new)], :html => {:id=>"comment-form"} ) do |f| %>
<%= f.error_messages %>
<p>
  <%= f.label :name, "Name" %><br/>
  <%= f.text_field :name %>
</p>

<p>
  <%= f.label :email %><br/>
  <%= f.text_field :email %>
</p>

<p>
  <%= f.label :website, 'Website' %><br/>
  <%= f.text_field :website %>
</p>

<p>
  <%= f.label :comment, "Comment" %><br/>
  <%= f.text_area :comment, :rows => 5 %>
</p>

<p class="buttons"><%= f.submit 'Submit', :id => 'submit' %></p>

<% end -%>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
beef-articles-0.1.0 app/views/comments/_form.html.erb
beef-articles-0.2.0 app/views/comments/_form.html.erb
beef-articles-0.2.1 app/views/comments/_form.html.erb
beef-articles-0.2.2 app/views/comments/_form.html.erb
beef-articles-0.3.0 app/views/comments/_form.html.erb
beef-articles-0.3.1 app/views/comments/_form.html.erb
beef-articles-0.3.10 app/views/comments/_form.html.erb
beef-articles-0.3.11 app/views/comments/_form.html.erb
beef-articles-0.3.12 app/views/comments/_form.html.erb
beef-articles-0.3.13 app/views/comments/_form.html.erb
beef-articles-0.3.14 app/views/comments/_form.html.erb
beef-articles-0.3.15 app/views/comments/_form.html.erb
beef-articles-0.3.2 app/views/comments/_form.html.erb
beef-articles-0.3.3 app/views/comments/_form.html.erb
beef-articles-0.3.4 app/views/comments/_form.html.erb
beef-articles-0.3.5 app/views/comments/_form.html.erb
beef-articles-0.3.6 app/views/comments/_form.html.erb
beef-articles-0.3.7 app/views/comments/_form.html.erb
beef-articles-0.3.8 app/views/comments/_form.html.erb
beef-articles-0.3.9 app/views/comments/_form.html.erb