Sha256: f92cfe9b49abebc65317996b74833ee161ce453ba8972377a7ff571bc5796d7b

Contents?: true

Size: 556 Bytes

Versions: 11

Compression:

Stored size: 556 Bytes

Contents

<% if (users = active_users).present? %>
  <aside data-thredded-currently-online class="thredded--currently-online">
    <header>
      <h3 class="thredded--currently-online--title open">Currently Online</h3>
    </header>

    <ul class="thredded--currently-online--users">
      <% users.each do |user| %>
        <li class="thredded--currently-online--user">
          <img class="thredded--currently-online--avatar" src="<%= Thredded.avatar_url.call(user) %>" alt=""/>
          <%= user %>
        </li>
      <% end %>
    </ul>
  </aside>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
thredded-0.6.3 app/views/thredded/shared/_currently_online.html.erb
thredded-0.6.2 app/views/thredded/shared/_currently_online.html.erb
thredded-0.6.1 app/views/thredded/shared/_currently_online.html.erb
thredded-0.6.0 app/views/thredded/shared/_currently_online.html.erb
thredded-0.5.1 app/views/thredded/shared/_currently_online.html.erb
thredded-0.5.0 app/views/thredded/shared/_currently_online.html.erb
thredded-0.4.0 app/views/thredded/shared/_currently_online.html.erb
thredded-0.3.2 app/views/thredded/shared/_currently_online.html.erb
thredded-0.3.1 app/views/thredded/shared/_currently_online.html.erb
thredded-0.3.0 app/views/thredded/shared/_currently_online.html.erb
thredded-0.2.2 app/views/thredded/shared/_currently_online.html.erb