Sha256: e5d353ccf2c583df33f415b78a2911becd22bc734ecdbd87e79b590d384e8e26

Contents?: true

Size: 499 Bytes

Versions: 23

Compression:

Stored size: 499 Bytes

Contents

<section class="sub-content-mini">
  <h4>
    <%= t 'explore.participants.last_active' %>
  </h4>
  <% User.last_active.first(5).each do |u| %>
    <%= render partial: 'explore/last_active', locals: { object: u } %>
  <% end %>
</section>

<section class="sub-content-small-offset">
  <h4>
    <%= t 'explore.participants.last_registered' %>
  </h4>
  <% User.last_registered.first(5).each do |u| %>
    <%= render partial: 'explore/last_registered', locals: { object: u } %>
  <% end %>
</section>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/explore/_participants.html.erb
social_stream-base-2.2.2 app/views/explore/_participants.html.erb
social_stream-2.2.1 base/app/views/explore/_participants.html.erb
social_stream-base-2.2.1 app/views/explore/_participants.html.erb
social_stream-2.2.0 base/app/views/explore/_participants.html.erb
social_stream-base-2.2.0 app/views/explore/_participants.html.erb
social_stream-2.1.1 base/app/views/explore/_participants.html.erb
social_stream-2.1.0 base/app/views/explore/_participants.html.erb
social_stream-base-2.1.0 app/views/explore/_participants.html.erb
social_stream-2.0.4 base/app/views/explore/_participants.html.erb
social_stream-base-2.0.4 app/views/explore/_participants.html.erb
social_stream-2.0.3 base/app/views/explore/_participants.html.erb
social_stream-base-2.0.3 app/views/explore/_participants.html.erb
social_stream-2.0.2 base/app/views/explore/_participants.html.erb
social_stream-base-2.0.2 app/views/explore/_participants.html.erb
social_stream-2.0.1 base/app/views/explore/_participants.html.erb
social_stream-base-2.0.1 app/views/explore/_participants.html.erb
social_stream-2.0.0 base/app/views/explore/_participants.html.erb
social_stream-base-2.0.0 app/views/explore/_participants.html.erb
social_stream-2.0.0.beta3 base/app/views/explore/_participants.html.erb