Sha256: c44a254f5239a6bb6dae3992e8408509ff4f12d84dc7059091041860c578e1ed

Contents?: true

Size: 255 Bytes

Versions: 8

Compression:

Stored size: 255 Bytes

Contents

<%= form_for(comment) do |f| %>
  <%= f.hidden_field :commentable_id %>
  <%= f.hidden_field :commentable_type %>

  <%= f.label :comment, "Body", :class => "ui-helper-hidden-accessible" %>
  <%= f.text_area :comment %>

  <%= f.submit "Add" %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight_user_generated_content-0.0.8 app/views/comments/_form.html.erb
blacklight_user_generated_content-0.0.7 app/views/comments/_form.html.erb
blacklight_user_generated_content-0.0.6 app/views/comments/_form.html.erb
blacklight_user_generated_content-0.0.5 app/views/comments/_form.html.erb
blacklight_user_generated_content-0.0.4 app/views/comments/_form.html.erb
blacklight_user_generated_content-0.0.3 app/views/comments/_form.html.erb
blacklight_user_generated_content-0.0.2 app/views/comments/_form.html.erb
blacklight_user_generated_content-0.0.1 app/views/comments/_form.html.erb