Sha256: fda312b2aacd5d9e917a174ea69cb2d84d2baa090b9a721078b2512eb7955678

Contents?: true

Size: 289 Bytes

Versions: 26

Compression:

Stored size: 289 Bytes

Contents

<% if (users = active_users).present? %>
  <aside data-thredded-currently-online class="thredded--currently-online">
    <%= render 'thredded/shared/currently_online/header', users: users %>
    <%= render 'thredded/shared/currently_online/user_list', users: users %>
  </aside>
<% end %>

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
thredded-0.15.4 app/views/thredded/shared/_currently_online.html.erb
thredded-0.15.3 app/views/thredded/shared/_currently_online.html.erb
thredded-0.15.2 app/views/thredded/shared/_currently_online.html.erb
thredded-0.15.1 app/views/thredded/shared/_currently_online.html.erb
threddedDANIEL-0.14.5 app/views/thredded/shared/_currently_online.html.erb
thredded-0.14.4 app/views/thredded/shared/_currently_online.html.erb