Sha256: 544bca3984822ce80ab4b2cbc84acc7707f289d3966d5e1788e0a4a854d8d48b
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
<% if !activities.blank? -%> <% activities.each do |activity| -%> <% cache("activities/#{I18n.locale}/#{limited}/#{activity.cache_key}") do -%> <%= render( :partial => "activity_templates/#{activity.partial}", :locals => {:activity => activity, :limited => limited}) %> <% end -%> <% end -%> <% end -%>
Version data entries
6 entries across 6 versions & 1 rubygems