Sha256: 4a8f7e222b7996fd80ebd8dd75d859e688a16774f593d25bf22700b1e9a8ed37

Contents?: true

Size: 451 Bytes

Versions: 39

Compression:

Stored size: 451 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Demo2</title>
</head>
<body>


<p> Usuarios conectados Social Stream </p>

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


<p> Usuarios Social Stream </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">Volver</a></p>

</body>
</html>

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
social_stream-0.12.14 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.13 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.12 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-0.1.0 app/views/xmpp/active_users.html.erb
social_stream-0.12.11 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.10 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.9 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.8 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.7 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.6 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.5 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-0.0.21 app/views/xmpp/active_users.html.erb
social_stream-0.12.4 presence/app/views/xmpp/active_users.html.erb
social_stream-0.12.3 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-0.0.20 app/views/xmpp/active_users.html.erb
social_stream-presence-0.0.19 app/views/xmpp/active_users.html.erb
social_stream-0.12.2 presence/app/views/xmpp/active_users.html.erb
social_stream-presence-0.0.18 app/views/xmpp/active_users.html.erb
social_stream-presence-0.0.17 app/views/xmpp/active_users.html.erb
social_stream-presence-0.0.16 app/views/xmpp/active_users.html.erb