Organizations with Resources listed in <%= SITE_TITLE %>
Currently we have
<%= Org.count %>
different organizations
with <%= Resource.count %>
resource entries.
<% @orgs.sort.each do |org| %>
<%= link_to org.name, {:action => 'show', :id => org.id}, :class => cloud_size(org.resources.count) %>
<% end %>