% if apps.any? %> <% block_width = "#{100/per_row}%" block_height ||= "130px;" %>
<%= link_to(h(app.short_name), {:action => :view, :id => app.id}) %>
<%= link_to(image_tag(app.logo_url), {:action => :view, :id => app.id}) %>
<%= platform_app_rank_tag(app) %>
|
<% if (index+1) % per_row == 0 %>
<% end %> |