Sha256: a2f12f352410a9f4580c97022b9e7e0582acaca1a5783c58d217ad96ccb632ce

Contents?: true

Size: 804 Bytes

Versions: 61

Compression:

Stored size: 804 Bytes

Contents

<% if (cs = subject.contact_subjects(:direction => :sent)).present? %>
  <div class="block">
    <div class="header">
      <%=image_tag("btn/btn_friend.png", :class => "header_icon")%>
      <div class="header_text">
         <%= tie.name %>
      </div>
    </div>
  </div>
  <div class ="content">
      <div class="contact space_center">
        <% cs.each do |contact| %>
            <% variable=subject.ties_to(contact).to_a %>
            <% temporal='' %>
            <% variable.each do |temp| %>
              <% temporal=temp.relation_id %>
            <% end %>
            <% if (temporal == tie.id)%>
            <%= link_to(image_tag(contact.logo.url(:contact), :alt => contact.name , :size => "28x28"), contact) %>
            <% end %>
        <% end %>
      </div>
  </div>
<% end %>

Version data entries

61 entries across 61 versions & 2 rubygems

Version Path
social_stream-0.14.1 events/app/views/toolbar/_organizer.html.erb
social_stream-0.14.0 events/app/views/toolbar/_organizer.html.erb
social_stream-0.13.3 events/app/views/toolbar/_organizer.html.erb
social_stream-0.13.2 events/app/views/toolbar/_organizer.html.erb
social_stream-0.13.1 events/app/views/toolbar/_organizer.html.erb
social_stream-0.13.0 events/app/views/toolbar/_organizer.html.erb
social_stream-events-0.1.0 app/views/toolbar/_organizer.html.erb
social_stream-0.12.14 events/app/views/toolbar/_organizer.html.erb
social_stream-0.12.13 events/app/views/toolbar/_organizer.html.erb
social_stream-0.12.12 events/app/views/toolbar/_organizer.html.erb
social_stream-0.12.11 events/app/views/toolbar/_organizer.html.erb
social_stream-0.12.10 events/app/views/toolbar/_organizer.html.erb
social_stream-0.12.9 events/app/views/toolbar/_organizer.html.erb
social_stream-0.12.8 events/app/views/toolbar/_organizer.html.erb
social_stream-0.12.7 events/app/views/toolbar/_organizer.html.erb
social_stream-events-0.0.20 app/views/toolbar/_organizer.html.erb
social_stream-0.12.6 events/app/views/toolbar/_organizer.html.erb
social_stream-events-0.0.19 app/views/toolbar/_organizer.html.erb
social_stream-0.12.5 events/app/views/toolbar/_organizer.html.erb
social_stream-events-0.0.18 app/views/toolbar/_organizer.html.erb