X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/691a08fd486e53ce656ae20fea84c2b3ec1a1088..6f1c0e1dd16f53ce4fb7e8785a130e5f588500e5:/apps/workbench/app/views/containers/_show_status.html.erb diff --git a/apps/workbench/app/views/containers/_show_status.html.erb b/apps/workbench/app/views/containers/_show_status.html.erb new file mode 100644 index 0000000000..00a5592613 --- /dev/null +++ b/apps/workbench/app/views/containers/_show_status.html.erb @@ -0,0 +1,17 @@ +<%= render(partial: 'work_unit/show_status', locals: {current_obj: @object, name: @object[:name] || 'this container'}) %> + +
+
+ Container requests +
+
+ <% crs = ContainerRequest.order("created_at desc").filter([["container_uuid", "=", @object.uuid]]) %> + <% crs.each do |cr| %> +
+ <%= link_to_if_arvados_object cr, friendly_name: true %> + created at + <%= render_localized_date(cr.created_at) %>. +
+ <% end %> +
+