Sha256: 8b091106b89623ee7ce51177b556bee8b884f2e69963327f865e52458496b6db

Contents?: true

Size: 480 Bytes

Versions: 6

Compression:

Stored size: 480 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></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

6 entries across 6 versions & 2 rubygems

Version Path
social_stream-0.13.3 presence/app/views/xmpp/active_users.html.erb
social_stream-0.13.2 presence/app/views/xmpp/active_users.html.erb
social_stream-0.13.1 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-0.1.2 app/views/xmpp/active_users.html.erb
social_stream-0.13.0 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-0.1.1 app/views/xmpp/active_users.html.erb