Sha256: 289673ca72e80d551cd96de61fe297afa3cfd6b19a16906cdb9310a9b8689e0c

Contents?: true

Size: 210 Bytes

Versions: 9

Compression:

Stored size: 210 Bytes

Contents

<% if messageboard %>
  <div class="online">
    <h3>Currently Online</h3>
    <ul>
      <% messageboard.active_users.each do |user| %>
       <li><%= user %></li>
      <% end %>
    </ul>
  </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thredded-0.0.12 app/views/thredded/shared/_currently_online.html.erb
thredded-0.0.10 app/views/thredded/shared/_currently_online.html.erb
thredded-0.0.9 app/views/thredded/shared/_currently_online.html.erb
thredded-0.0.8 app/views/thredded/shared/_currently_online.html.erb
thredded-0.0.7 app/views/thredded/shared/_currently_online.html.erb
thredded-0.0.6 app/views/thredded/shared/_currently_online.html.erb
thredded-0.0.5 app/views/thredded/shared/_currently_online.html.erb
thredded-0.0.4 app/views/thredded/shared/_currently_online.html.erb
thredded-0.0.3 app/views/thredded/shared/_currently_online.html.erb