Sha256: f79fff3c44d19b9c12c275fc5ffa8adf426f48d2c68739f46fa8d194f2add770

Contents?: true

Size: 740 Bytes

Versions: 22

Compression:

Stored size: 740 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

22 entries across 22 versions & 2 rubygems

Version Path
social_stream-2.2.2 presence/app/views/chat/_contacts.html.erb
social_stream-presence-2.2.1 app/views/chat/_contacts.html.erb
social_stream-2.2.1 presence/app/views/chat/_contacts.html.erb
social_stream-2.2.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-2.2.0 app/views/chat/_contacts.html.erb
social_stream-2.1.1 presence/app/views/chat/_contacts.html.erb
social_stream-2.1.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-2.1.0 app/views/chat/_contacts.html.erb
social_stream-2.0.4 presence/app/views/chat/_contacts.html.erb
social_stream-presence-2.0.2 app/views/chat/_contacts.html.erb
social_stream-2.0.3 presence/app/views/chat/_contacts.html.erb
social_stream-2.0.2 presence/app/views/chat/_contacts.html.erb
social_stream-presence-2.0.1 app/views/chat/_contacts.html.erb
social_stream-2.0.1 presence/app/views/chat/_contacts.html.erb
social_stream-2.0.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-2.0.0 app/views/chat/_contacts.html.erb
social_stream-2.0.0.beta3 presence/app/views/chat/_contacts.html.erb
social_stream-presence-2.0.0.beta3 app/views/chat/_contacts.html.erb
social_stream-2.0.0.beta2 presence/app/views/chat/_contacts.html.erb
social_stream-presence-2.0.0.beta2 app/views/chat/_contacts.html.erb