%#= render :partial => 'nav' %>
uuid | created | protected | groups | origin |
---|---|---|---|---|
<% if @collections.has_key? uuid %> <%= link_to_if_arvados_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 %> |