<%= time_ago_in_words(log.event_at) %> ago: <%= log.summary %> <% if log.object_uuid %> <%= link_to_if_arvados_object log.object_uuid, link_text: raw('') %> <% end %>
<% end %> <% else %>Created: <%= @object.created_at.to_s(:long) %>
Last modified: <%= @object.modified_at.to_s(:long) %> by <%= link_to_if_arvados_object @object.modified_by_user_uuid, friendly_name: true %>
<% end %>Permissions inherited from:
<% if User == resource_class_for_uuid(@object.owner_uuid) %>
<% else %>
<% end %>
<%= link_to_if_arvados_object @object.owner_uuid, friendly_name: true %>
<%= button_to('Move to...',
choose_folders_path(
title: 'Move to...',
editable: true,
action_name: 'Move',
action_href: folder_path(@object.uuid),
action_method: 'put',
action_data: {selection_param: 'folder[owner_uuid]'}.to_json),
{ class: "btn btn-default btn-xs arv-move-to-folder", remote: true, method: 'get' }) %>
<% if not @share_links.any? %>
(No additional permissions)
<% else %>
Also shared with:
<% @share_links.andand.each do |link| %>
<%= link_to_if_arvados_object link.tail_uuid, friendly_name: true %>
<% end %>
<% end %>
<%= render :partial => "selection_checkbox", :locals => {object: object} %> | <%= render :partial => "show_object_button", :locals => {object: object, size: 'xs'} %> | <%= render_editable_attribute name_link, 'name', nil, {data: {emptytext: "Unnamed #{object.class_for_display}"}} %> | <%= object.content_summary %> | <%= raw distance_of_time_in_words(object.modified_at, Time.now).sub('about ','~').sub(' ',' ') + ' ago' rescue object.modified_at %> | <%= object.uuid %> | <% if @object.editable? %> <%= link_to({action: 'remove_item', id: @object.uuid, item_uuid: ((name_link && name_link.uuid) || object.uuid)}, method: :delete, remote: true, data: {confirm: "You are about to remove #{object.class_for_display} #{object.uuid} from this folder.\n\nAre you sure?"}, class: 'btn btn-xs btn-default') do %> Remove <% end %> <% end %> |
name | type | modified | uuid |
---|