Sha256: 4347c9408bfc8cf467c1ad1aef6398d2a0d615328414c4936456e125eb81be15

Contents?: true

Size: 901 Bytes

Versions: 13

Compression:

Stored size: 901 Bytes

Contents

  <% current_user.received_ties.pending.each do |tie| %>
    <div class="middle_box_content">
      <div class="actor_logo">
        <%= link_to(image_tag(tie.sender_subject.logo.url, :size => "55x40"),
                    tie.sender_subject.name) %>
      </div>
      <div class="middle_box_description">
        <div class="middle_box_link">
          <%= link_to(tie.sender_subject.name, tie.sender_subject) %>
        </div>
        <div class="middle_box_brief">
          18 contacts in common
        </div>
        <%= link_to t('new', :scope => tie.relation.granted.name),
                    new_tie_path("tie[sender_id]" => current_user.actor.id,
                                 "tie[receiver_id]" => tie.sender.id,
                                 "tie[relation_name]" => tie.relation.granted.name),
                                 :remote => true %>
      </div>
    </div>
  <% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
social_stream-0.2.3 app/views/ties/_pending.html.erb
social_stream-0.2.2 app/views/ties/_pending.html.erb
social_stream-0.2.1 app/views/ties/_pending.html.erb
social_stream-0.2.0 app/views/ties/_pending.html.erb
social_stream-0.1.7 app/views/ties/_pending.html.erb
social_stream-0.1.6 app/views/ties/_pending.html.erb
social_stream-0.1.5 app/views/ties/_pending.html.erb
social_stream-0.1.4 app/views/ties/_pending.html.erb
social_stream-0.1.3 app/views/ties/_pending.html.erb
social_stream-0.1.2 app/views/ties/_pending.html.erb
social_stream-0.1.1 app/views/ties/_pending.html.erb
social_stream-0.1.0 app/views/ties/_pending.html.erb
social_stream-0.0.5 app/views/ties/_pending.html.erb