% if apps.any? %>
<%= link_to(image_tag(app.logo_url), {:action => :view, :id => app.id}) %> |
<%= platform_app_rank_tag(app) %>
<%= link_to(app.name, {:action => :view, :id => app.id}) %>
<%= app.description %>
|