Sha256: b210e021870562265fd4afedd253ad62d0092c4e3cd58a58f2705a3d838a65a4

Contents?: true

Size: 355 Bytes

Versions: 25

Compression:

Stored size: 355 Bytes

Contents

<%= form_for Comment.new(:owner_id => owner_id, :_activity_parent_id => _activity_parent_id),:remote => true do |f| %>

  <%= f.hidden_field :owner_id %>
  
  <%= f.hidden_field :_activity_parent_id %>
    
  <%= f.text_area :text, :rows => 1, :paceholder => t('comment.input') %>
  
  <%= f.submit t('activity.to_comment'), :class => "btn" %>

<% end %>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/comments/_new_form.html.erb
social_stream-base-2.2.2 app/views/comments/_new_form.html.erb
social_stream-2.2.1 base/app/views/comments/_new_form.html.erb
social_stream-base-2.2.1 app/views/comments/_new_form.html.erb
social_stream-2.2.0 base/app/views/comments/_new_form.html.erb
social_stream-base-2.2.0 app/views/comments/_new_form.html.erb
social_stream-2.1.1 base/app/views/comments/_new_form.html.erb
social_stream-2.1.0 base/app/views/comments/_new_form.html.erb
social_stream-base-2.1.0 app/views/comments/_new_form.html.erb
social_stream-2.0.4 base/app/views/comments/_new_form.html.erb
social_stream-base-2.0.4 app/views/comments/_new_form.html.erb
social_stream-2.0.3 base/app/views/comments/_new_form.html.erb
social_stream-base-2.0.3 app/views/comments/_new_form.html.erb
social_stream-2.0.2 base/app/views/comments/_new_form.html.erb
social_stream-base-2.0.2 app/views/comments/_new_form.html.erb
social_stream-2.0.1 base/app/views/comments/_new_form.html.erb
social_stream-base-2.0.1 app/views/comments/_new_form.html.erb
social_stream-2.0.0 base/app/views/comments/_new_form.html.erb
social_stream-base-2.0.0 app/views/comments/_new_form.html.erb
social_stream-2.0.0.beta3 base/app/views/comments/_new_form.html.erb