X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/31e1d10eb4a54b13f55b3c9638f46032be633ff9..c7cf228372bee18d84b14fc4089a758bc157fe76:/apps/workbench/app/views/application/_content.html.erb diff --git a/apps/workbench/app/views/application/_content.html.erb b/apps/workbench/app/views/application/_content.html.erb deleted file mode 100644 index 01da449fbc..0000000000 --- a/apps/workbench/app/views/application/_content.html.erb +++ /dev/null @@ -1,45 +0,0 @@ -<% content_for :tab_panes do %> - - <% comparable = controller.respond_to? :compare %> - - - -
- <% pane_list.each_with_index do |pane, i| %> - <% pane_name = (pane.is_a?(Hash) ? pane[:name] : pane) %> -
- data-object-kind="arvados#<%= ArvadosApiClient.class_kind controller.model_class %>" - <% else %> - data-object-uuid="<%= @object.uuid %>" - <% end %> - style="margin-top:0.5em;" - > -
- <% if i == 0 %> - <%= render_pane pane_name, to_string: true %> - <% else %> -
- <% end %> -
-
- <% end %> -
- -<% end %>