Sha256: 9fa1a2efeec957592fa233c65117437d1cbe19999547ec4774688f8dc614f951
Contents?: true
Size: 514 Bytes
Versions: 2
Compression:
Stored size: 514 Bytes
Contents
<section class="sub-content-mini"> <header> <%= t 'explore.participants.last_active' %> </header> <% User.last_active.first(5).each do |u| %> <%= render partial: 'explore/last_active', locals: { object: u } %> <% end %> </section> <section class="sub-content-small-offset"> <header> <%= t 'explore.participants.last_registered' %> </header> <% User.last_registered.first(3).each do |u| %> <%= render partial: 'explore/last_registered', locals: { object: u } %> <% end %> </section>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
social_stream-2.0.0.beta1 | base/app/views/explore/_participants.html.erb |
social_stream-base-2.0.0.beta1 | app/views/explore/_participants.html.erb |