Sha256: 3c9c880c44b908be69024ca8e767cc8fe990b56d1fcfb0971b0460d599eb75b2

Contents?: true

Size: 739 Bytes

Versions: 57

Compression:

Stored size: 739 Bytes

Contents

<% @all_contacts =  getChatContacts %>

<div class="users_connected">
  <%@all_contacts.each do |contact| %>
    <% if contact.user.connected %>
      <div class="user_presence" name='<%=contact.name%>' slug='<%=contact.slug%>' connected='true'>
    <% else %>
      <div class="user_presence" name='<%=contact.name%>' slug='<%=contact.slug%>' connected='false'>
    <% end %>
        <a title='<%=contact.name%>' class="presence_user_link" width="28">
          <%=image_tag(contact.logo.url, :alt => contact.name , :size => "28x28")%>
          <% if contact.user.status %>
            <%=image_tag("status/" + contact.user.status + ".png", :class => "presence_status") %>
          <% end %>  
        </a>
      </div>
  <%end%>
</div>

Version data entries

57 entries across 57 versions & 2 rubygems

Version Path
social_stream-0.29.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.16.0 app/views/chat/_contacts.html.erb
social_stream-0.28.4 presence/app/views/chat/_contacts.html.erb
social_stream-0.28.1 presence/app/views/chat/_contacts.html.erb
social_stream-0.28.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.15.0 app/views/chat/_contacts.html.erb
social_stream-0.27.3 presence/app/views/chat/_contacts.html.erb
social_stream-0.27.2 presence/app/views/chat/_contacts.html.erb
social_stream-0.27.1 presence/app/views/chat/_contacts.html.erb
social_stream-0.27.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.14.0 app/views/chat/_contacts.html.erb
social_stream-0.26.2 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.13.3 app/views/chat/_contacts.html.erb
social_stream-presence-0.13.2 app/views/chat/_contacts.html.erb
social_stream-0.26.1 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.13.1 app/views/chat/_contacts.html.erb
social_stream-0.26.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.13.0 app/views/chat/_contacts.html.erb
social_stream-0.25.2 presence/app/views/chat/_contacts.html.erb
social_stream-0.25.1 presence/app/views/chat/_contacts.html.erb