Sha256: df59a9a1b20fd13d1e36cf08ebaa26a0b41fc4f05ec040542352d17051322551

Contents?: true

Size: 669 Bytes

Versions: 2

Compression:

Stored size: 669 Bytes

Contents

<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 "buttons/btn_share.png" %>
     </div>
   <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
social_stream-0.0.5 app/views/comments/_new.html.erb
social_stream-0.0.4 app/views/comments/_new.html.erb