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-1.1.12 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.11 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.10 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.9 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.8 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.7 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.6 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.5 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.4 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.3 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.2 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.1 presence/app/views/chat/_contacts.html.erb
social_stream-1.1.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-1.1.0 app/views/chat/_contacts.html.erb
social_stream-1.0.1 presence/app/views/chat/_contacts.html.erb
social_stream-presence-1.0.0 app/views/chat/_contacts.html.erb
social_stream-0.30.2 presence/app/views/chat/_contacts.html.erb
social_stream-0.30.1 presence/app/views/chat/_contacts.html.erb
social_stream-0.30.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.17.0 app/views/chat/_contacts.html.erb