<% if apps.any? %>
<%=render(:partial => "paginator", :locals => {:apps => apps, :element_id => "searched_apps"})%> <%=tr(Platform::Config.searched_apps_title)%>
<% apps.each_with_index do |app, index| %> <% end %>
<%= 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 %>
<% end %>