X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/12d990a6590e5f23a5998d29a2d8efdb0f733688..86f994bb5d039e62bfc4383ed9f510b77b71ecad:/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 8ec92bf16c..782a6af079 100644 --- a/apps/workbench/app/views/application/_content.html.erb +++ b/apps/workbench/app/views/application/_content.html.erb @@ -6,7 +6,12 @@ <% pane_list.each_with_index do |pane, i| %> <% pane_name = (pane.is_a?(Hash) ? pane[:name] : pane) %>
  • - + <%= pane_name.gsub('_', ' ') %>
  • @@ -17,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 %>