X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/783343e5aca00f730315d943cecf74e4277a38e7..47e59a35d5ed9b2cdb052894d741972324058505:/apps/workbench/app/views/application/_show_advanced.html.erb diff --git a/apps/workbench/app/views/application/_show_advanced.html.erb b/apps/workbench/app/views/application/_show_advanced.html.erb index e8474f6c5d..d9423c519e 100644 --- a/apps/workbench/app/views/application/_show_advanced.html.erb +++ b/apps/workbench/app/views/application/_show_advanced.html.erb @@ -1,9 +1,13 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
- <% ['Metadata', - 'API response', - 'Python example', - 'CLI example', - 'curl example'].each do |section| %> + <% ['API response', + 'Metadata', + 'Python example', + 'CLI example', + 'curl example'].each do |section| %> <% section_id = section.gsub(" ","_").downcase %>
@@ -13,7 +17,7 @@
-
+
<%= render partial: "show_advanced_#{section_id}", locals: {object: @object} %>