X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d8a27a40903f0dc61876947cecc9401edd3a32c..3981c82b166c2b1475d703820fddf41303a04c39:/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 index e9fec776de..782a6af079 100644 --- a/apps/workbench/app/views/application/_content.html.erb +++ b/apps/workbench/app/views/application/_content.html.erb @@ -7,12 +7,11 @@ <% pane_name = (pane.is_a?(Hash) ? pane[:name] : pane) %>
  • + > <%= pane_name.gsub('_', ' ') %>
  • @@ -23,21 +22,21 @@ <% 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 %> - > -
    -
    - <% if i == 0 %> - <%= render_pane pane_name, to_string: true %> - <% else %> -
    - <% end %> -
    + data-pane-content-url="<%= url_for(params.merge(tab_pane: pane_name)) %>" + style="margin-top:0.5em;" + > +
    + <% if i == 0 %> + <%= render_pane pane_name, to_string: true %> + <% else %> +
    + <% end %>
    <% end %>