X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/81f6ebc139c29723b62fc0f5e6d0588dfb85897b..1f5a673014724c3444404658e65e32a6f9c562f3:/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 %>