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.4.12 app/views/comments/_form.html.erb
beef-articles-0.4.11 app/views/comments/_form.html.erb
beef-articles-0.4.10 app/views/comments/_form.html.erb
beef-articles-0.4.9 app/views/comments/_form.html.erb
beef-articles-0.4.8 app/views/comments/_form.html.erb
beef-articles-0.4.7 app/views/comments/_form.html.erb
beef-articles-0.4.6 app/views/comments/_form.html.erb
beef-articles-0.4.5 app/views/comments/_form.html.erb
beef-articles-0.4.4 app/views/comments/_form.html.erb
beef-articles-0.4.3 app/views/comments/_form.html.erb
beef-articles-0.4.2 app/views/comments/_form.html.erb
beef-articles-0.4.1 app/views/comments/_form.html.erb
beef-articles-0.4.0 app/views/comments/_form.html.erb
beef-articles-0.3.35 app/views/comments/_form.html.erb