Sha256: 93bca913b91a487201b76378738e9c86e61d1eb5cb11b44ab35e91978a2c1ca5

Contents?: true

Size: 531 Bytes

Versions: 34

Compression:

Stored size: 531 Bytes

Contents

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

<p>
  <%= f.label :email, "Email*" %>
  <%= f.text_field :email %>
</p>

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

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

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

<% end -%>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
beef-articles-0.3.16 app/views/comments/_form.html.erb
beef-articles-0.3.18 app/views/comments/_form.html.erb
beef-articles-0.3.21 app/views/comments/_form.html.erb
beef-articles-0.3.25 app/views/comments/_form.html.erb
beef-articles-0.3.27 app/views/comments/_form.html.erb
beef-articles-0.3.28 app/views/comments/_form.html.erb
beef-articles-0.3.29 app/views/comments/_form.html.erb
beef-articles-0.3.30 app/views/comments/_form.html.erb
beef-articles-0.3.32 app/views/comments/_form.html.erb
beef-articles-0.3.33 app/views/comments/_form.html.erb
beef-articles-0.3.34 app/views/comments/_form.html.erb
beef-articles-0.5.3 app/views/comments/_form.html.erb
beef-articles-0.5.2 app/views/comments/_form.html.erb
beef-articles-0.5.1 app/views/comments/_form.html.erb
beef-articles-0.4.18 app/views/comments/_form.html.erb
beef-articles-0.4.17 app/views/comments/_form.html.erb
beef-articles-0.4.16 app/views/comments/_form.html.erb
beef-articles-0.4.15 app/views/comments/_form.html.erb
beef-articles-0.4.14 app/views/comments/_form.html.erb
beef-articles-0.4.13 app/views/comments/_form.html.erb