Sha256: 99e14eb78ec3da0f1d261f94a4dfd57829f70289cab439938d97388e184c3f66

Contents?: true

Size: 465 Bytes

Versions: 23

Compression:

Stored size: 465 Bytes

Contents

<section class="sub-content-medium">
  <h4>
    <%= t 'explore.explore.most_popular' %>
  </h4>

  <%= render partial: 'explore/trending',
             collection: ActivityObject.trending.first(6),
             as: :object %>
</section>

<section class="sub-content-small">
  <h4>
    <%= t 'explore.explore.most_followed' %>
  </h4>

  <%= render partial: 'explore/followed',
             collection: Actor.followed.first(6),
             as: :actor %>
</section>

Version data entries

23 entries across 23 versions & 2 rubygems

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