Sha256: 8a33387d6bff8b05a2994e58ab0ef00b588803f54583595ef499361d46df1ea6

Contents?: true

Size: 561 Bytes

Versions: 2

Compression:

Stored size: 561 Bytes

Contents

<section class="sub-content-small">
  <header>
    <%= t 'explore.resources.most_visited' %>
  </header>

  <% ActivityObject.not_actor.visited.first(3).each do |ao| %>
    <%= render partial: 'explore/resources_most_visited', locals: { object: ao } %>
  <% end %>
</section>

<section class="sub-content-small-offset">
  <header>
    <%= t 'explore.resources.last_uploaded' %>
  </header>

  <% ActivityObject.not_actor.created.first(3).each do |ao| %>
    <%= render partial: 'explore/resources_last_uploaded', locals: { object: ao } %>
  <% end %>
</section>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
social_stream-2.0.0.beta1 base/app/views/explore/_resources.html.erb
social_stream-base-2.0.0.beta1 app/views/explore/_resources.html.erb