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.25.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.12.0 app/views/chat/_contacts.html.erb
social_stream-0.24.1 presence/app/views/chat/_contacts.html.erb
social_stream-0.24.0 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.11.0 app/views/chat/_contacts.html.erb
social_stream-presence-0.10.3 app/views/chat/_contacts.html.erb
social_stream-0.23.4 presence/app/views/chat/_contacts.html.erb
social_stream-0.23.3 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.10.2 app/views/chat/_contacts.html.erb
social_stream-presence-0.10.1 app/views/chat/_contacts.html.erb
social_stream-0.23.2 presence/app/views/chat/_contacts.html.erb
social_stream-0.23.1 presence/app/views/chat/_contacts.html.erb
social_stream-presence-0.10.0 app/views/chat/_contacts.html.erb
social_stream-presence-0.9.1 app/views/chat/_contacts.html.erb
social_stream-presence-0.9.0 app/views/chat/_contacts.html.erb
social_stream-presence-0.8.7 app/views/chat/_contacts.html.erb
social_stream-presence-0.8.6 app/views/chat/_contacts.html.erb