1 <%#= render :partial => 'nav' %>
3 <table class="topalign table table-bordered table-striped">
5 <tr class="contain-align-left">
21 <% @collection_info.sort_by { |k,c| c[:created_at].is_a?(Time) ? c[:created_at] : Time.now }.reverse.each do |uuid, c| %>
23 <tr class="collection">
25 <% if @collections.has_key? uuid %>
26 <%= link_to_if_arvados_object uuid %>
31 <%= raw(distance_of_time_in_words(c[:created_at], Time.now).sub('about ','~').sub(' ',' ')) if c[:created_at] %>
33 <%= ('Y' if c[:wanted_by_me]) or ('y' if c[:wanted]) %>
35 <%= c[:groups].size if c[:groups] %>
38 <span class="deemphasize"><%= c[:origin].name %></span>
39 <%= c[:origin].head_uuid %>