Sha256: f6b893ad620c250e688d5567c9e10a851a78fb962fbd108ab9b4092a5e992237

Contents?: true

Size: 589 Bytes

Versions: 61

Compression:

Stored size: 589 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">
        <%= cs.count %> <%= t('event.sponsor', :count => cs.count) %>
      </div>
    </div>
  </div>
  <div class ="content">
      <div class="contact space_center">
        <% cs.each do |contact| %>
            <%= link_to(image_tag(contact.logo.url(:contact), :alt => contact.name , :size => "28x28"), contact) %>
        <% 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/_sponsor.html.erb
social_stream-0.14.0 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.13.3 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.13.2 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.13.1 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.13.0 events/app/views/toolbar/_sponsor.html.erb
social_stream-events-0.1.0 app/views/toolbar/_sponsor.html.erb
social_stream-0.12.14 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.12.13 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.12.12 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.12.11 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.12.10 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.12.9 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.12.8 events/app/views/toolbar/_sponsor.html.erb
social_stream-0.12.7 events/app/views/toolbar/_sponsor.html.erb
social_stream-events-0.0.20 app/views/toolbar/_sponsor.html.erb
social_stream-0.12.6 events/app/views/toolbar/_sponsor.html.erb
social_stream-events-0.0.19 app/views/toolbar/_sponsor.html.erb
social_stream-0.12.5 events/app/views/toolbar/_sponsor.html.erb
social_stream-events-0.0.18 app/views/toolbar/_sponsor.html.erb