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