Sha256: 8e743afaf7c256f7a9c599c37faf51ce7a6069053bb3f16f712ad021d2210411

Contents?: true

Size: 717 Bytes

Versions: 4

Compression:

Stored size: 717 Bytes

Contents

<% if current_user.active_ties_to(activity.receiver).any? %>
  <div class="activity_new_comment">
 <%= form_for Comment.new(:text => t('comment.input'),
                          :_activity_tie_id =>
                            current_user.active_ties_to(activity.receiver).first.id,
                          :_activity_parent_id => activity.id),
              :remote => true do |f| %>
   <%= f.hidden_field :_activity_tie_id %>
   <%= f.hidden_field :_activity_parent_id %>
   <%= f.text_field :text,   :class =>"input_new_comments" %>
   <div class="activities_comment_btn">
     <div class="activities_security"></div>
     <%= image_submit_tag "btn/btn_share.png" %>
   </div>
 <% end %>
    </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
social_stream-0.2.3 app/views/comments/_new.html.erb
social_stream-0.2.2 app/views/comments/_new.html.erb
social_stream-0.2.1 app/views/comments/_new.html.erb
social_stream-0.2.0 app/views/comments/_new.html.erb