X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7b9cff04eb463c666b8126ebc6c4dfcc00a536c0..a9619cd9d563b5c434da6a11566517cacb410124:/apps/workbench/app/views/collections/_index_tbody.html.erb diff --git a/apps/workbench/app/views/collections/_index_tbody.html.erb b/apps/workbench/app/views/collections/_index_tbody.html.erb index 207ae13a74..3d5c1c7a58 100644 --- a/apps/workbench/app/views/collections/_index_tbody.html.erb +++ b/apps/workbench/app/views/collections/_index_tbody.html.erb @@ -7,9 +7,11 @@ <% friendly_name += raw(" #{tag_link.name}") %> <% end %> <%= render :partial => "selection_checkbox", :locals => {:object => c, :friendly_name => friendly_name} %> + + <%= render :partial => "show_object_button", :locals => {object: c, size: 'xs'} %> - <%= link_to_if_arvados_object c.uuid, {:no_tags => true } %> + <%= c.uuid %> <% i = 0 %> @@ -24,11 +26,7 @@ <% end %> - <%= raw(distance_of_time_in_words(c.created_at, Time.now).sub('about ','~').sub(' ',' ')) if c.created_at %> - - - <% current_state = @collection_info[c.uuid][:wanted_by_me] ? 'persistent' : 'cache' %> - <%= render partial: 'toggle_persist', locals: { uuid: c.uuid, current_state: current_state } %> + <%= c.created_at.to_s if c.created_at %>  Add