Sha256: 4148364d12a40289166bf7a654a3e94238728e6fd2f823d48944a3aa890cc2af

Contents?: true

Size: 536 Bytes

Versions: 23

Compression:

Stored size: 536 Bytes

Contents

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

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

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

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

Version data entries

23 entries across 23 versions & 2 rubygems

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