<%= render :partial => 'nav' %> <% @collection_info.sort_by { |k,c| c[:created_at].is_a?(Time) ? c[:created_at] : Time.now }.reverse.each do |uuid, c| %> <% end %>
uuid created protected groups origin
<% if @collections.has_key? uuid %> <%= link_to_if_orvos_object uuid %> <% else %> <%= uuid %> <% end %> <%= raw(distance_of_time_in_words(c[:created_at], Time.now).sub('about ','~').sub(' ',' ')) if c[:created_at] %> <%= ('Y' if c[:wanted_by_me]) or ('y' if c[:wanted]) %> <%= c[:groups].size if c[:groups] %> <% if c[:origin] %> <%= c[:origin].name %> <%= c[:origin].head_uuid %> <% end %>