Sha256: f60f5e53826ce4d61bd7fe551ea6fbe99adaf54b0fa96727239dfad4a6b5866b

Contents?: true

Size: 500 Bytes

Versions: 136

Compression:

Stored size: 500 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Social Stream Presence</title>
</head>
<body>


<p> Social Stream connected users </p>

<p>&nbsp;</p>
<ul>
  <%@users.each do |user| %>
    <li><b><%=user.name%></b> (<%=user.status%>) </li>
  <%end%>
 </ul>
<p>&nbsp;</p>


<p> All Social Stream users </p>

<p>&nbsp;</p>
<ul>
  <%@all_users.each do |user| %>
    <li><b><%=user.slug%></b> with email: <%=user.email%></li>
  <%end%>
 </ul>
<p>&nbsp;</p>
 
<p> <a href="/test">Come back</a></p>

</body>
</html>

Version data entries

136 entries across 136 versions & 3 rubygems

Version Path
social_stream-2.2.2 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-2.2.1 app/views/xmpp/active_users.html.erb
social_stream-2.2.1 presence/app/views/xmpp/active_users.html.erb
social_stream-2.2.0 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-2.2.0 app/views/xmpp/active_users.html.erb
social_stream-2.1.1 presence/app/views/xmpp/active_users.html.erb
social_stream-1.1.12 presence/app/views/xmpp/active_users.html.erb
social_stream-2.1.0 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-2.1.0 app/views/xmpp/active_users.html.erb
social_stream-2.0.4 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-2.0.2 app/views/xmpp/active_users.html.erb
social_stream-2.0.3 presence/app/views/xmpp/active_users.html.erb
social_stream-1.1.11 presence/app/views/xmpp/active_users.html.erb
social_stream-1.1.10 presence/app/views/xmpp/active_users.html.erb
social_stream-1.1.9 presence/app/views/xmpp/active_users.html.erb
social_stream-1.1.8 presence/app/views/xmpp/active_users.html.erb
social_stream-2.0.2 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-2.0.1 app/views/xmpp/active_users.html.erb
social_stream-2.0.1 presence/app/views/xmpp/active_users.html.erb
social_stream-2.0.0 presence/app/views/xmpp/active_users.html.erb